summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qphongmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qphongmaterial.cpp')
-rw-r--r--src/render/defaults/qphongmaterial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/defaults/qphongmaterial.cpp b/src/render/defaults/qphongmaterial.cpp
index 897bf483d..d61846286 100644
--- a/src/render/defaults/qphongmaterial.cpp
+++ b/src/render/defaults/qphongmaterial.cpp
@@ -118,7 +118,7 @@ void QPhongMaterialPrivate::init()
Q_Q(QPhongMaterial);
m_annotation->setParent(q);
m_annotation->setName(QStringLiteral("renderingStyle"));
- m_annotation->setValue("forward");
+ m_annotation->setValue(QStringLiteral("forward"));
m_phongGL3Technique->addAnnotation(m_annotation);
m_phongGL2Technique->addAnnotation(m_annotation);