mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
This commit is contained in:
@@ -348,7 +348,7 @@ bool CSwiftLauncher::warnAboutOtherSwiftApplications()
|
||||
|
||||
// getting here means another application is running
|
||||
const QString msg =
|
||||
QStringLiteral("While using the wizard no other application should run.\nClose applications and try again.\nCurrently running: ") %
|
||||
u"While using the wizard no other application should run.\nClose applications and try again.\nCurrently running: " %
|
||||
running.processNames().join(',');
|
||||
QMessageBox::question(this, "Wizard", msg, QMessageBox::Close);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user