summaryrefslogtreecommitdiffstats
path: root/src/gui/effects/qgraphicseffect.h
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-09-01 07:03:43 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-09-01 10:53:23 (GMT)
commit2a9ffbeda34c04bede04c1aac24eab13fc490fe9 (patch)
treee97596d20e4c9df4894885e30de688d30de926f8 /src/gui/effects/qgraphicseffect.h
parentc78c520bde91c08cedc6f7cc5c943998155f078e (diff)
downloadQt-2a9ffbeda34c04bede04c1aac24eab13fc490fe9.zip
Qt-2a9ffbeda34c04bede04c1aac24eab13fc490fe9.tar.gz
Qt-2a9ffbeda34c04bede04c1aac24eab13fc490fe9.tar.bz2
Make sure graphics effects updates properly when changing their properties.
Reviewed-by: Leo
Diffstat (limited to 'src/gui/effects/qgraphicseffect.h')
-rw-r--r--src/gui/effects/qgraphicseffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/effects/qgraphicseffect.h b/src/gui/effects/qgraphicseffect.h
index 8e5384c..ad941a5 100644
--- a/src/gui/effects/qgraphicseffect.h
+++ b/src/gui/effects/qgraphicseffect.h
@@ -118,7 +118,7 @@ public:
public Q_SLOTS:
void setEnabled(bool enable);
- // ### add update() slot
+ void update();
Q_SIGNALS:
void enabledChanged(bool enabled);