summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 04:06:39 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 04:06:39 (GMT)
commit111c9143dc34be69c503a90bf9d6f6e5f5f67041 (patch)
treed196c26b30a06efa46d650c7094dc73c873aea98 /src/corelib/animation/qpropertyanimation.h
parent596d9378943755bc63b486919b5616132efa7ab3 (diff)
parentb9f484ae5d415d95df897e18059c054527111374 (diff)
downloadQt-111c9143dc34be69c503a90bf9d6f6e5f5f67041.zip
Qt-111c9143dc34be69c503a90bf9d6f6e5f5f67041.tar.gz
Qt-111c9143dc34be69c503a90bf9d6f6e5f5f67041.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.h')
-rw-r--r--src/corelib/animation/qpropertyanimation.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/corelib/animation/qpropertyanimation.h b/src/corelib/animation/qpropertyanimation.h
index b619256..39317ba 100644
--- a/src/corelib/animation/qpropertyanimation.h
+++ b/src/corelib/animation/qpropertyanimation.h
@@ -42,11 +42,7 @@
#ifndef QPROPERTYANIMATION_H
#define QPROPERTYANIMATION_H
-#if defined(QT_EXPERIMENTAL_SOLUTION)
-# include "qvariantanimation.h"
-#else
-# include <QtCore/qvariantanimation.h>
-#endif
+#include <QtCore/qvariantanimation.h>
QT_BEGIN_HEADER
@@ -76,10 +72,11 @@ public:
protected:
bool event(QEvent *event);
-
void updateCurrentValue(const QVariant &value);
void updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState);
+
private:
+ Q_PRIVATE_SLOT(d_func(), void _q_targetDestroyed());
Q_DISABLE_COPY(QPropertyAnimation)
Q_DECLARE_PRIVATE(QPropertyAnimation)
};