mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
Ref T129, some more utility functions for aviation value objects
* removed static variables from SELCAL * more finder functions for airline ICAO list * check for IATA code * unify callsign now public
This commit is contained in:
committed by
Mathew Sutcliffe
parent
686cb03170
commit
3fb2f88032
@@ -228,6 +228,9 @@ namespace BlackMisc
|
||||
//! Valid designator?
|
||||
static bool isValidAirlineDesignator(const QString &airline);
|
||||
|
||||
//! Valid IATA code?
|
||||
static bool isValidIataCode(const QString &iataCode);
|
||||
|
||||
//! Some special valid designator which do not fit standard rule (e.g. 3-letter code)
|
||||
static QSet<QString> specialValidDesignators();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user