mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
Ref T704, moved "ifPossibleReduceNameTelephonyCountry" into airline code list, unified functions
This commit is contained in:
@@ -181,6 +181,9 @@ namespace BlackMisc
|
||||
//! Matches IATA code or v-designator?
|
||||
bool matchesVDesignatorOrIataCode(const QString &candidate) const;
|
||||
|
||||
//! Matches telephony designator (aka callsign, not to be confused with CCallsign)
|
||||
bool matchesTelephonyDesignator(const QString &candidate) const;
|
||||
|
||||
//! Relaxed check by name or telephony designator (aka callsign, not to be confused with CCallsign)
|
||||
bool matchesNamesOrTelephonyDesignator(const QString &candidate) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user