mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace BlackMisc
|
||||
else
|
||||
{
|
||||
return this->CLength::valueRoundedWithUnit(1, i18n) %
|
||||
(this->isMeanSeaLevel() ? QStringLiteral(" MSL") : QStringLiteral(" AGL"));
|
||||
(this->isMeanSeaLevel() ? u" MSL" : u" AGL");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user