mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T298, matching setup changed signal in contexts/matcher
This commit is contained in:
@@ -50,6 +50,14 @@ namespace BlackCore
|
||||
CAircraftMatcher::~CAircraftMatcher()
|
||||
{ }
|
||||
|
||||
bool CAircraftMatcher::setSetup(const CAircraftMatcherSetup &setup)
|
||||
{
|
||||
if (m_setup == setup) { return false; }
|
||||
m_setup = setup;
|
||||
emit this->setupChanged();
|
||||
return true;
|
||||
}
|
||||
|
||||
CAirlineIcaoCode CAircraftMatcher::failoverValidAirlineIcaoDesignator(
|
||||
const CCallsign &callsign, const QString &primaryIcao, const QString &secondaryIcao,
|
||||
bool airlineFromCallsign, bool useWebServices, CStatusMessageList *log)
|
||||
|
||||
Reference in New Issue
Block a user