mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -23,8 +23,8 @@ namespace BlackMisc
|
||||
QString CRole::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
return "Role: " % m_name %
|
||||
" description: " % m_description %
|
||||
return u"Role: " % m_name %
|
||||
u" description: " % m_description %
|
||||
this->getDbKeyAsStringInParentheses(" ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user