mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Ref T664, allow hyphen in ATC station callsign
This commit is contained in:
@@ -159,7 +159,7 @@ namespace BlackMisc
|
||||
static bool isValidAtcCallsign(const CCallsign &callsign);
|
||||
|
||||
//! Unify the callsign by removing illegal characters
|
||||
static QString unifyCallsign(const QString &callsign);
|
||||
static QString unifyCallsign(const QString &callsign, TypeHint hint = NoHint);
|
||||
|
||||
//! List of real ATC suffixes (e.g. TWR);
|
||||
static const QStringList &atcCallsignSuffixes();
|
||||
|
||||
Reference in New Issue
Block a user