summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qdepthtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qdepthtest.h')
-rw-r--r--src/render/frontend/qdepthtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qdepthtest.h b/src/render/frontend/qdepthtest.h
index 7aa31b871..07579a4e9 100644
--- a/src/render/frontend/qdepthtest.h
+++ b/src/render/frontend/qdepthtest.h
@@ -49,7 +49,6 @@ class QDepthTestPrivate;
class QT3DRENDERERSHARED_EXPORT QDepthTest : public QRenderState
{
Q_OBJECT
- Q_ENUMS(DepthFunc)
Q_PROPERTY(DepthFunc func READ func WRITE setFunc NOTIFY funcChanged)
public:
@@ -63,6 +62,7 @@ public:
Greater = 0x0204,
NotEqual = 0x0205
};
+ Q_ENUM(DepthFunc)
explicit QDepthTest(QNode *parent = 0);