aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgspriteengine_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-04 14:39:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-05 07:33:29 +0200
commite225ee5a6a50400fc02536e511b1e10f3d53f110 (patch)
treec58033dd8fc3032838952ed8e592c5bec500bce8 /src/declarative/items/qsgspriteengine_p.h
parenta274134dc511263a3ccd086205829e911ecd3aae (diff)
Split GroupGoal out of SpriteGoal
Leaving SpriteGoal alone for a few weeks with a deprecation message, but a functioning GroupGoal has been added. Change-Id: I395046c00526e7caa38bdbc499a8191308c476fa Reviewed-on: http://codereview.qt-project.org/5950 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgspriteengine_p.h')
-rw-r--r--src/declarative/items/qsgspriteengine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgspriteengine_p.h b/src/declarative/items/qsgspriteengine_p.h
index b2a06f2c87..0561849da8 100644
--- a/src/declarative/items/qsgspriteengine_p.h
+++ b/src/declarative/items/qsgspriteengine_p.h
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QSGSprite;
-class QSGStochasticState : public QObject //For internal use
+class Q_AUTOTEST_EXPORT QSGStochasticState : public QObject //For internal use
{
Q_OBJECT
Q_PROPERTY(int duration READ duration WRITE setDuration NOTIFY durationChanged)
@@ -188,7 +188,7 @@ private:
friend class QSGStochasticEngine;
};
-class QSGStochasticEngine : public QObject
+class Q_AUTOTEST_EXPORT QSGStochasticEngine : public QObject
{
Q_OBJECT
//TODO: Optimize single state case?