diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-19 15:31:47 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-19 16:09:24 (GMT) |
commit | b2302dcc101fcef3c2841e9bd47790332e1cd4c2 (patch) | |
tree | 0475e65bc31743aee29793bcf1645be76c5800bc /examples/animation/sub-attaq/graphicsscene.cpp | |
parent | 91803020462b7e42128644bdd9ed1d3455787f79 (diff) | |
download | Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.zip Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.tar.gz Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.tar.bz2 |
Removing QT_EXPERIMENTAL_SOLUTION from the animation api
Diffstat (limited to 'examples/animation/sub-attaq/graphicsscene.cpp')
-rw-r--r-- | examples/animation/sub-attaq/graphicsscene.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/animation/sub-attaq/graphicsscene.cpp b/examples/animation/sub-attaq/graphicsscene.cpp index 2a6f83c..f2d41bc 100644 --- a/examples/animation/sub-attaq/graphicsscene.cpp +++ b/examples/animation/sub-attaq/graphicsscene.cpp @@ -53,21 +53,12 @@ #include "progressitem.h" //Qt -#if defined(QT_EXPERIMENTAL_SOLUTION) -#include "qpropertyanimation.h" -#include "qsequentialanimationgroup.h" -#include "qparallelanimationgroup.h" -#include "qstatemachine.h" -#include "qfinalstate.h" -#include "qpauseanimation.h" -#else #include <QtCore/QPropertyAnimation> #include <QtCore/QSequentialAnimationGroup> #include <QtCore/QParallelAnimationGroup> #include <QtCore/QStateMachine> #include <QtCore/QFinalState> #include <QtCore/QPauseAnimation> -#endif #include <QtGui/QAction> #include <QtCore/QDir> #include <QtGui/QApplication> |