mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Ref T701, typo
This commit is contained in:
@@ -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