mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #720, finder by Telephony designator (aka callsign) and name
This commit is contained in:
committed by
Mathew Sutcliffe
parent
dbdea2d846
commit
009bfc3ed1
@@ -149,6 +149,9 @@ namespace BlackMisc
|
||||
//! Matches IATA code or v-designator?
|
||||
bool matchesVDesignatorOrIataCode(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;
|
||||
|
||||
//! Does simplified name contain the candidate
|
||||
bool isContainedInSimplifiedName(const QString &candidate) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user