Material: use QStringLiteral 2

This commit is contained in:
Benjamin Bræstrup Sayoc
2025-02-14 12:27:52 +01:00
parent 04d2bcbf45
commit f68ec76277
21 changed files with 209 additions and 209 deletions

View File

@@ -66,7 +66,7 @@ bool ModelManager::isModel(const QString& file)
// if (!fs::is_regular_file(p))
// return false;
// check file extension
if (file.endsWith(QString::fromStdString(".yml"))) {
if (file.endsWith(QStringLiteral(".yml"))) {
return true;
}
return false;