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

@@ -132,7 +132,7 @@ bool MaterialManager::isMaterial(const QFileInfo& file) const
return false;
}
// check file extension
if (file.suffix() == QString::fromStdString("FCMat")) {
if (file.suffix() == QStringLiteral("FCMat")) {
return true;
}
return false;