summaryrefslogtreecommitdiffstats
path: root/src/gui/effects/qgraphicseffect.h
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 10:14:01 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 10:14:01 (GMT)
commit068aed9aa59998dd69b181f508a5b2fdbd14b598 (patch)
treeb9cfc2f2d3b3dcee645494bed4d0da80aec287f7 /src/gui/effects/qgraphicseffect.h
parente25fd5980236044a05acbf9c4440f2221de44f75 (diff)
downloadQt-068aed9aa59998dd69b181f508a5b2fdbd14b598.zip
Qt-068aed9aa59998dd69b181f508a5b2fdbd14b598.tar.gz
Qt-068aed9aa59998dd69b181f508a5b2fdbd14b598.tar.bz2
Add Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsEffect::ChangeFlags)
Diffstat (limited to 'src/gui/effects/qgraphicseffect.h')
-rw-r--r--src/gui/effects/qgraphicseffect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/effects/qgraphicseffect.h b/src/gui/effects/qgraphicseffect.h
index fe31ae8..40d206d 100644
--- a/src/gui/effects/qgraphicseffect.h
+++ b/src/gui/effects/qgraphicseffect.h
@@ -133,6 +133,7 @@ private:
friend class QGraphicsItemPrivate;
friend class QGraphicsScenePrivate;
};
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsEffect::ChangeFlags);
class QGraphicsGrayscaleEffectPrivate;
class Q_GUI_EXPORT QGraphicsGrayscaleEffect: public QGraphicsEffect