mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T701, typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
e376c18b28
commit
c4e9114a83
@@ -915,7 +915,7 @@ namespace BlackCore
|
||||
return {};
|
||||
}
|
||||
|
||||
bool CAircraftMatcher::isKnowAircraftDesignator(const QString &candidate, const CCallsign &callsign, CStatusMessageList *log)
|
||||
bool CAircraftMatcher::isKnownAircraftDesignator(const QString &candidate, const CCallsign &callsign, CStatusMessageList *log)
|
||||
{
|
||||
if (!sApp || sApp->isShuttingDown() || !sApp->hasWebDataServices()) { return false; }
|
||||
if (!CAircraftIcaoCode::isValidDesignator(candidate))
|
||||
|
||||
Reference in New Issue
Block a user