summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qgoochmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qgoochmaterial.cpp')
-rw-r--r--src/render/defaults/qgoochmaterial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/defaults/qgoochmaterial.cpp b/src/render/defaults/qgoochmaterial.cpp
index 0388dcc4e..6e841e05f 100644
--- a/src/render/defaults/qgoochmaterial.cpp
+++ b/src/render/defaults/qgoochmaterial.cpp
@@ -116,7 +116,7 @@ void QGoochMaterialPrivate::init()
m_annotation->setParent(q);
m_annotation->setName(QStringLiteral("renderingStyle"));
- m_annotation->setValue("forward");
+ m_annotation->setValue(QStringLiteral("forward"));
m_gl3Technique->addAnnotation(m_annotation);
m_gl2Technique->addAnnotation(m_annotation);