diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-10-25 18:33:58 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-29 15:17:55 +0100 |
commit | a58a4e0c7be87eb29005b84d99d85138491a7067 (patch) | |
tree | 388545c4b42ca810bfdebdb2874fb7af50b45a24 /src/qml/animations/qsequentialanimationgroupjob_p.h | |
parent | acebe1738e6598e6653673bf4adf61b1cb1e0911 (diff) | |
download | qtdeclarative-a58a4e0c7be87eb29005b84d99d85138491a7067.tar.gz |
Remove stale QT_MODULE() usage cases
As of Qt5, this macro is defined to be empty; simply get rid of these leftovers.
Change-Id: Ib3a8e8eae98e2839c3db4bf34be8dcf43f49af11
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'src/qml/animations/qsequentialanimationgroupjob_p.h')
-rw-r--r-- | src/qml/animations/qsequentialanimationgroupjob_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/animations/qsequentialanimationgroupjob_p.h b/src/qml/animations/qsequentialanimationgroupjob_p.h index 84d1331b64..25ac3f5eb5 100644 --- a/src/qml/animations/qsequentialanimationgroupjob_p.h +++ b/src/qml/animations/qsequentialanimationgroupjob_p.h @@ -48,8 +48,6 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Qml) - class QPauseAnimationJob; class Q_QML_PRIVATE_EXPORT QSequentialAnimationGroupJob : public QAnimationGroupJob { |