mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Ref T226, airport completer
* a bigger one with name * same as dialog * smaller one, using the dialog
This commit is contained in:
@@ -64,6 +64,12 @@ namespace BlackMisc
|
||||
//! All ICAO codes
|
||||
QStringList allIcaoCodes(bool sorted) const;
|
||||
|
||||
//! All names
|
||||
QStringList allDescriptivesNames(bool sorted) const;
|
||||
|
||||
//! All names
|
||||
QStringList allLocations(bool sorted) const;
|
||||
|
||||
//! From our DB JSON
|
||||
static CAirportList fromDatabaseJson(const QJsonArray &array, CAirportList *inconsistent = nullptr);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user