mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -316,7 +316,7 @@ namespace BlackMisc
|
||||
|
||||
QString CAltitude::asFpICAOAltitudeString() const
|
||||
{
|
||||
if (this->isNull()) { return QStringLiteral(""); }
|
||||
if (this->isNull()) { return {}; }
|
||||
if (this->isFlightLevel())
|
||||
{
|
||||
if (this->getUnit() == CLengthUnit::m())
|
||||
|
||||
Reference in New Issue
Block a user