summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qeffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qeffect.cpp')
-rw-r--r--src/render/materialsystem/qeffect.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/materialsystem/qeffect.cpp b/src/render/materialsystem/qeffect.cpp
index 2baeb4512..ebed36dd5 100644
--- a/src/render/materialsystem/qeffect.cpp
+++ b/src/render/materialsystem/qeffect.cpp
@@ -121,7 +121,7 @@ QEffectPrivate::QEffectPrivate()
Effect {
id: effect
- technique: [
+ techniques: [
Technique {
id: gl3Technique
graphicsApiFilter {
@@ -270,3 +270,5 @@ QList<QTechnique *> QEffect::techniques() const
} // namespace Qt3DRender
QT_END_NAMESPACE
+
+#include "moc_qeffect.cpp"