mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -445,7 +445,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
ui->le_Status->setText(msg.getMessage() % QStringLiteral(" ") % value);
|
||||
ui->le_Status->setText(msg.getMessage() % u' ' % value);
|
||||
}
|
||||
if (sGui) { sGui->processEventsToRefreshGui(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user