Material: use QStringLiteral 2
This commit is contained in:
@@ -182,8 +182,8 @@ public:
|
||||
}
|
||||
const QString getBase() const
|
||||
{
|
||||
return (_type == ModelType_Physical) ? QString::fromStdString("Model")
|
||||
: QString::fromStdString("AppearanceModel");
|
||||
return (_type == ModelType_Physical) ? QStringLiteral("Model")
|
||||
: QStringLiteral("AppearanceModel");
|
||||
}
|
||||
const QString getName() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user