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