Spreadsheet: Use QStringLiteral

This commit is contained in:
Benjamin Bræstrup Sayoc
2025-02-09 18:20:52 +01:00
parent ee90eb6ebc
commit e9456f7115
7 changed files with 29 additions and 33 deletions

View File

@@ -912,7 +912,7 @@ void Sheet::recomputeCell(CellAddress p)
}
}
catch (const Base::Exception& e) {
QString msg = QString::fromUtf8("ERR: %1").arg(QString::fromUtf8(e.what()));
QString msg = QStringLiteral("ERR: %1").arg(QString::fromUtf8(e.what()));
setStringProperty(p, msg.toStdString());
if (cell) {