mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace BlackCore
|
||||
//! Path and context id
|
||||
QString buildPathAndContextId(const QString &path) const
|
||||
{
|
||||
return path % QStringLiteral(":") % QString::number(this->getUniqueId());
|
||||
return path % u':' % QString::number(this->getUniqueId());
|
||||
}
|
||||
|
||||
//! Relay signals from this class
|
||||
|
||||
Reference in New Issue
Block a user