mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T701, typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
e376c18b28
commit
c4e9114a83
@@ -199,9 +199,12 @@ namespace BlackCore
|
||||
const QString &candidate, const BlackMisc::Aviation::CCallsign &callsign = {},
|
||||
BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
//! Is this designator known?
|
||||
//! Is this aircraft designator known?
|
||||
//! \threadsafe
|
||||
static bool isKnowAircraftDesignator(
|
||||
static bool isKnownAircraftDesignator(
|
||||
const QString &candidate, const BlackMisc::Aviation::CCallsign &callsign = {},
|
||||
BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
const QString &candidate, const BlackMisc::Aviation::CCallsign &callsign = {},
|
||||
BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user