Gui: Use QStringLiteral
This commit is contained in:
@@ -637,7 +637,7 @@ int SelectionSingleton::setPreselect(const char* pDocName, const char* pObjectNa
|
||||
} else {
|
||||
msg = QCoreApplication::translate("SelectionFilter","Not allowed:");
|
||||
}
|
||||
msg.append(QString::fromLatin1(" %1.%2.%3 ")
|
||||
msg.append(QStringLiteral(" %1.%2.%3 ")
|
||||
.arg(QString::fromLatin1(pDocName),
|
||||
QString::fromLatin1(pObjectName),
|
||||
QString::fromLatin1(pSubName)));
|
||||
|
||||
Reference in New Issue
Block a user