summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-08 13:12:08 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-08 13:12:08 (GMT)
commit19a824cfe36458732f12e6374848df37cd92eed8 (patch)
tree78f4bd9aa3327e655ea09a9da906e03e146d1f22 /src/corelib/animation/qpropertyanimation_p.h
parent12dc33d0e7191dbabb03db989b0f56372de731e3 (diff)
downloadQt-19a824cfe36458732f12e6374848df37cd92eed8.zip
Qt-19a824cfe36458732f12e6374848df37cd92eed8.tar.gz
Qt-19a824cfe36458732f12e6374848df37cd92eed8.tar.bz2
Animations: fix compilation with QT_NO_ANIMATION
Diffstat (limited to 'src/corelib/animation/qpropertyanimation_p.h')
-rw-r--r--src/corelib/animation/qpropertyanimation_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/animation/qpropertyanimation_p.h b/src/corelib/animation/qpropertyanimation_p.h
index 68b2519..a2ae5ec 100644
--- a/src/corelib/animation/qpropertyanimation_p.h
+++ b/src/corelib/animation/qpropertyanimation_p.h
@@ -58,6 +58,8 @@
#include "private/qvariantanimation_p.h"
+#ifndef QT_NO_ANIMATION
+
QT_BEGIN_NAMESPACE
class QPropertyAnimationPrivate : public QVariantAnimationPrivate
@@ -86,4 +88,6 @@ public:
QT_END_NAMESPACE
-#endif
+#endif //QT_NO_ANIMATION
+
+#endif //QPROPERTYANIMATION_P_H