summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-06-03 01:37:13 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-06-03 01:37:13 (GMT)
commita0ebaa90465ffea92ce4a6c54cb03693fda747a2 (patch)
treea338f3d46d826aedfb9bbd32e7104a4b5fa27ef3 /src/declarative/util/qdeclarativesmoothedanimation_p_p.h
parentcd35a0656b5aebd9cdd54c1b1555b40d90a07fd1 (diff)
downloadQt-a0ebaa90465ffea92ce4a6c54cb03693fda747a2.zip
Qt-a0ebaa90465ffea92ce4a6c54cb03693fda747a2.tar.gz
Qt-a0ebaa90465ffea92ce4a6c54cb03693fda747a2.tar.bz2
Add some Q_AUTOTEST_EXPORTs
Diffstat (limited to 'src/declarative/util/qdeclarativesmoothedanimation_p_p.h')
-rw-r--r--src/declarative/util/qdeclarativesmoothedanimation_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativesmoothedanimation_p_p.h b/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
index 81cd229..8cdbea2 100644
--- a/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
+++ b/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
@@ -65,7 +65,7 @@
QT_BEGIN_NAMESPACE
-class QSmoothedAnimation : public QAbstractAnimation
+class Q_AUTOTEST_EXPORT QSmoothedAnimation : public QAbstractAnimation
{
public:
QSmoothedAnimation(QObject *parent=0);