mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
When calling arg() on a QString constructed from a literal, use QStringLiteral.
This commit is contained in:
@@ -145,7 +145,7 @@ namespace BlackGui
|
||||
|
||||
if (!conflicts.isEmpty())
|
||||
{
|
||||
QString message = QString("The selected combination conflicts with the following %1 combination(s):\n\n").arg(conflicts.size());
|
||||
QString message = QStringLiteral("The selected combination conflicts with the following %1 combination(s):\n\n").arg(conflicts.size());
|
||||
for (const CActionHotkey &conflict : conflicts)
|
||||
{
|
||||
message += conflict.toQString();
|
||||
|
||||
Reference in New Issue
Block a user