summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qtechnique.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qtechnique.h')
-rw-r--r--src/render/materialsystem/qtechnique.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/materialsystem/qtechnique.h b/src/render/materialsystem/qtechnique.h
index 9a2b9dd9f..26bb3d115 100644
--- a/src/render/materialsystem/qtechnique.h
+++ b/src/render/materialsystem/qtechnique.h
@@ -43,7 +43,7 @@
#include <Qt3DRender/qt3drender_global.h>
#include <Qt3DCore/qnode.h>
#include <Qt3DRender/qrenderpass.h>
-#include <Qt3DRender/qannotation.h>
+#include <Qt3DRender/qfilterkey.h>
#include <QList>
#include <QSharedPointer>
@@ -64,9 +64,9 @@ public:
explicit QTechnique(Qt3DCore::QNode *parent = 0);
~QTechnique();
- void addAnnotation(QAnnotation *criterion);
- void removeAnnotation(QAnnotation *criterion);
- QList<QAnnotation *> filterKeys() const;
+ void addFilterKey(QFilterKey*criterion);
+ void removeFilterKey(QFilterKey*criterion);
+ QList<QFilterKey*> filterKeys() const;
void addParameter(QParameter *p);
void removeParameter(QParameter *p);