mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace BlackMisc
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
if (m_hostName.isEmpty()) { return m_deviceName; }
|
||||
return m_deviceName % QStringLiteral(" [") % this->getHostName() % QStringLiteral("]");
|
||||
return m_deviceName % u" [" % this->getHostName() % u']';
|
||||
}
|
||||
} // Voice
|
||||
} // BlackMisc
|
||||
|
||||
Reference in New Issue
Block a user