mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
When calling arg() on a QString constructed from a literal, use QStringLiteral.
This commit is contained in:
@@ -232,7 +232,7 @@ namespace BlackGui
|
||||
ui->led_MapperReady->setOn(on);
|
||||
if (on)
|
||||
{
|
||||
const QString m = QString("Mapper with %1 models").arg(models);
|
||||
const QString m = QStringLiteral("Mapper with %1 models").arg(models);
|
||||
ui->led_MapperReady->setToolTip(m);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user