mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -26,9 +26,9 @@ namespace BlackMisc
|
||||
{
|
||||
const QString s =
|
||||
m_identifier.getMachineName() %
|
||||
QStringLiteral(" ") %
|
||||
u' ' %
|
||||
m_combination.toQString() %
|
||||
QStringLiteral(" ") %
|
||||
u' ' %
|
||||
m_action;
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user