mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -132,7 +132,7 @@ namespace BlackMisc
|
||||
return m_callsign.left(4).toUpper();
|
||||
}
|
||||
}
|
||||
return QStringLiteral("");
|
||||
return {};
|
||||
}
|
||||
|
||||
bool CCallsign::isAtcAlikeCallsign() const
|
||||
|
||||
Reference in New Issue
Block a user