summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qblendstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qblendstate.h')
-rw-r--r--src/render/frontend/qblendstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qblendstate.h b/src/render/frontend/qblendstate.h
index 4f5924a3c..2217944f3 100644
--- a/src/render/frontend/qblendstate.h
+++ b/src/render/frontend/qblendstate.h
@@ -49,7 +49,6 @@ class QBlendStatePrivate;
class QT3DRENDERERSHARED_EXPORT QBlendState : public QRenderState
{
Q_OBJECT
- Q_ENUMS(Blending)
Q_PROPERTY(Blending srcRGB READ srcRGB WRITE setSrcRGB NOTIFY srcRGBChanged)
Q_PROPERTY(Blending srcAlpha READ srcAlpha WRITE setSrcAlpha NOTIFY srcAlphaChanged)
Q_PROPERTY(Blending dstRGB READ dstRGB WRITE setDstRGB NOTIFY dstRGBChanged)
@@ -79,6 +78,7 @@ public:
OneMinusSrc1Alpha,
OneMinusSrc1Color0
};
+ Q_ENUM(Blending)
explicit QBlendState(QNode *parent = 0);