Ref T226, airport completer

* a bigger one with name
* same as dialog
* smaller one, using the dialog
This commit is contained in:
Klaus Basan
2018-01-31 23:25:50 +01:00
parent 37ff498e7e
commit 2da12e2dd8
13 changed files with 750 additions and 8 deletions

View File

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