mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Better altitude null message
This commit is contained in:
@@ -62,6 +62,9 @@ namespace BlackMisc
|
||||
|
||||
QString CAltitude::convertToQString(bool i18n) const
|
||||
{
|
||||
static const QString n("null");
|
||||
if (this->isNull()) { return n; }
|
||||
|
||||
if (this->m_datum == FlightLevel)
|
||||
{
|
||||
static const QString fls("FL%1");
|
||||
|
||||
Reference in New Issue
Block a user