summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qblendequation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qblendequation.h')
-rw-r--r--src/render/frontend/qblendequation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qblendequation.h b/src/render/frontend/qblendequation.h
index 6df7cb757..280df3155 100644
--- a/src/render/frontend/qblendequation.h
+++ b/src/render/frontend/qblendequation.h
@@ -49,7 +49,6 @@ class QBlendEquationPrivate;
class QT3DRENDERERSHARED_EXPORT QBlendEquation : public QRenderState
{
Q_OBJECT
- Q_ENUMS(BlendMode)
Q_PROPERTY(BlendMode mode READ mode WRITE setMode NOTIFY modeChanged)
public:
@@ -61,6 +60,7 @@ public:
Min = 0x8007,
Max = 0x8008
};
+ Q_ENUM(BlendMode)
explicit QBlendEquation(QNode *parent = 0);