summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-04 12:32:33 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-04 12:33:54 (GMT)
commite2382d731249dc57e7c538ec60b3f1f714741cfd (patch)
tree1e27f52d8553375f4e783b554fe1b1a27e43d1c6 /src/corelib/animation/qpropertyanimation.cpp
parent7e6b33b29057556903c37aadd0f48650641591fa (diff)
downloadQt-e2382d731249dc57e7c538ec60b3f1f714741cfd.zip
Qt-e2382d731249dc57e7c538ec60b3f1f714741cfd.tar.gz
Qt-e2382d731249dc57e7c538ec60b3f1f714741cfd.tar.bz2
move the QT_NO_ANIMATION macro to the right place (ie after other
includes)
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.cpp')
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index 357a6ac..65f1361 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -87,8 +87,6 @@
\sa QVariantAnimation, QAnimationGroup, {The Animation Framework}
*/
-#ifndef QT_NO_ANIMATION
-
#include "qpropertyanimation.h"
#include "qanimationgroup.h"
#include "qpropertyanimation_p.h"
@@ -97,6 +95,8 @@
#include <QtCore/qmutex.h>
#include <private/qmutexpool_p.h>
+#ifndef QT_NO_ANIMATION
+
QT_BEGIN_NAMESPACE
typedef QPair<QObject *, QByteArray> QPropertyAnimationPair;