mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -221,7 +221,7 @@ namespace BlackMisc
|
||||
v = m_simulatorVersion;
|
||||
}
|
||||
|
||||
if (!n.isEmpty() && !v.isEmpty()) { return n % QStringLiteral(" ") % v; }
|
||||
if (!n.isEmpty() && !v.isEmpty()) { return n % u' ' % v; }
|
||||
if (!n.isEmpty()) { return n; }
|
||||
|
||||
const CSimulatorInfo simInfo = this->getSimulatorInfo();
|
||||
|
||||
Reference in New Issue
Block a user