mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -701,7 +701,7 @@ namespace BlackGui
|
||||
{
|
||||
if (ui->cb_Heavy->isChecked()) { return QStringLiteral("H"); }
|
||||
else if (ui->cb_Tcas->isChecked()) { return QStringLiteral("T"); }
|
||||
return QStringLiteral("");
|
||||
return {};
|
||||
}
|
||||
|
||||
CAircraftIcaoCode CFlightPlanComponent::getAircraftIcaoCode() const
|
||||
|
||||
Reference in New Issue
Block a user