mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -168,7 +168,7 @@ namespace BlackConfig
|
||||
|
||||
const QString &CBuildConfig::getVersionStringPlatform()
|
||||
{
|
||||
static const QString s = getPlatformString() % QStringLiteral(" ") % getVersionString();
|
||||
static const QString s = getPlatformString() % u' ' % getVersionString();
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user