summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qtechnique.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-02 16:39:13 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-16 09:17:22 +0000
commitbe647a0cd6a3866a4668de2e5801a148d2191015 (patch)
tree209107f9f3aa499f5818dc42f986418cd18cb8a8 /src/render/materialsystem/qtechnique.h
parent1721189db6abdcd55c041528ad4f03604b02d4da (diff)
QTechnique mark opengl filter property as CONSTANT
Change-Id: I8d83915b38bc02bdfa4bfef7588525fea22016ec Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/render/materialsystem/qtechnique.h')
-rw-r--r--src/render/materialsystem/qtechnique.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/qtechnique.h b/src/render/materialsystem/qtechnique.h
index 1a7bed492..9a680c6c5 100644
--- a/src/render/materialsystem/qtechnique.h
+++ b/src/render/materialsystem/qtechnique.h
@@ -55,7 +55,7 @@ class QGraphicsApiFilter;
class QT3DRENDERSHARED_EXPORT QTechnique : public Qt3DCore::QNode
{
Q_OBJECT
- Q_PROPERTY(Qt3DRender::QGraphicsApiFilter *graphicsApiFilter READ graphicsApiFilter)
+ Q_PROPERTY(Qt3DRender::QGraphicsApiFilter *graphicsApiFilter READ graphicsApiFilter CONSTANT)
public:
explicit QTechnique(Qt3DCore::QNode *parent = 0);