Ref T664, allow hyphen in ATC station callsign

This commit is contained in:
Klaus Basan
2019-05-18 00:35:31 +02:00
parent a37ce2d258
commit b9366e636c
4 changed files with 17 additions and 9 deletions

View File

@@ -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();