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:
@@ -32,9 +32,9 @@ namespace BlackCore
|
||||
{
|
||||
return
|
||||
CDbFlags::flagToString(this->getRetrievalMode()) %
|
||||
QStringLiteral(" ") %
|
||||
u' ' %
|
||||
CEntityFlags::flagToString(this->getEntities()) %
|
||||
QStringLiteral(" ") %
|
||||
u' ' %
|
||||
this->m_cacheLifetime.toQString(i18n);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user