mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T472, improved scoring for ICAO code and added category support
This commit is contained in:
committed by
Mat Sutcliffe
parent
54adb40329
commit
13de708944
@@ -348,6 +348,9 @@ namespace BlackMisc
|
||||
//! Create relaxed combined codes, e.g "L2J" -> "L3J", ...
|
||||
static QStringList alternativeCombinedCodes(const QString &combinedCode);
|
||||
|
||||
//! Engine tye is Electric, Piston, TurboProp
|
||||
static bool isEPTEngineType(const QChar engineType);
|
||||
|
||||
//! From our database JSON format
|
||||
static CAircraftIcaoCode fromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user