mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Do not show tiny airfields of FSX
This commit is contained in:
committed by
Mathew Sutcliffe
parent
01b79a76a6
commit
e3ab9d08c3
@@ -57,6 +57,9 @@ namespace BlackMisc
|
||||
//! Valid ICAO designator
|
||||
static bool isValidIcaoDesignator(const QString &icaoCode);
|
||||
|
||||
//! Containing numbers (normally indicator for small airfield/strip)
|
||||
static bool containsNumbers(const QString &icaoCode);
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::String::toQString()
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user