diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-17 01:51:40 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-17 01:53:17 (GMT) |
commit | 31d01e174c3a3a1bba2ec9bf40cdc22d4053d8ec (patch) | |
tree | ebacdb74a0f20c4326b38eabc8f1c466dd08acae /src/declarative/util/qmlanimation_p.h | |
parent | ae0cdb4625561e0faf7c1166c5341798d8e5e2ea (diff) | |
download | Qt-31d01e174c3a3a1bba2ec9bf40cdc22d4053d8ec.zip Qt-31d01e174c3a3a1bba2ec9bf40cdc22d4053d8ec.tar.gz Qt-31d01e174c3a3a1bba2ec9bf40cdc22d4053d8ec.tar.bz2 |
More animation autotests.
Diffstat (limited to 'src/declarative/util/qmlanimation_p.h')
-rw-r--r-- | src/declarative/util/qmlanimation_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlanimation_p.h b/src/declarative/util/qmlanimation_p.h index f126dee..87b6703 100644 --- a/src/declarative/util/qmlanimation_p.h +++ b/src/declarative/util/qmlanimation_p.h @@ -136,7 +136,7 @@ private Q_SLOTS: }; class QmlPauseAnimationPrivate; -class QmlPauseAnimation : public QmlAbstractAnimation +class Q_AUTOTEST_EXPORT QmlPauseAnimation : public QmlAbstractAnimation { Q_OBJECT Q_DECLARE_PRIVATE(QmlPauseAnimation) |