summaryrefslogtreecommitdiff
path: root/src/render/materialsystem/qtechnique_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qtechnique_p.h')
-rw-r--r--src/render/materialsystem/qtechnique_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/qtechnique_p.h b/src/render/materialsystem/qtechnique_p.h
index a01b28db8..8ebda829b 100644
--- a/src/render/materialsystem/qtechnique_p.h
+++ b/src/render/materialsystem/qtechnique_p.h
@@ -70,7 +70,7 @@ public:
~QTechniquePrivate();
Q_DECLARE_PUBLIC(QTechnique)
- QList<QAnnotation *> m_annotationList;
+ QList<QAnnotation *> m_filterKeys;
QList<QParameter *> m_parameters;
QList<QRenderPass*> m_renderPasses;
QGraphicsApiFilter m_graphicsApiFilter;