summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-02 06:00:42 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-02 06:00:42 (GMT)
commitfdf48e6dc126414bd34db1af3ede601f025acbb0 (patch)
treeef40c8cf72477f968bcbb657f570a10fb1a9330e /src/corelib/animation/qpropertyanimation.h
parent120ce340065ab62780032589fd79b8d3e154c81d (diff)
parent63fba94e074c29f17e35c7cf9133d1878b18401f (diff)
downloadQt-fdf48e6dc126414bd34db1af3ede601f025acbb0.zip
Qt-fdf48e6dc126414bd34db1af3ede601f025acbb0.tar.gz
Qt-fdf48e6dc126414bd34db1af3ede601f025acbb0.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.h')
-rw-r--r--src/corelib/animation/qpropertyanimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qpropertyanimation.h b/src/corelib/animation/qpropertyanimation.h
index 39317ba..2fdd50c 100644
--- a/src/corelib/animation/qpropertyanimation.h
+++ b/src/corelib/animation/qpropertyanimation.h
@@ -76,7 +76,7 @@ protected:
void updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState);
private:
- Q_PRIVATE_SLOT(d_func(), void _q_targetDestroyed());
+ Q_PRIVATE_SLOT(d_func(), void _q_targetDestroyed())
Q_DISABLE_COPY(QPropertyAnimation)
Q_DECLARE_PRIVATE(QPropertyAnimation)
};