aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-30 12:11:24 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-30 12:11:24 +1000
commitf982df80109666c19541b235e34c712b33cfbcc4 (patch)
treebaa290c08d5288d3873fcf9c6ed798f82e05594a /src/declarative
parentf8f380ab06761b054ecf6c018fe4a52433299c99 (diff)
Export QSGVisualItemModel
Necessary for DataParticles.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/items/qsgvisualitemmodel_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qsgvisualitemmodel_p.h b/src/declarative/items/qsgvisualitemmodel_p.h
index 1f735e7cbc..72e4443999 100644
--- a/src/declarative/items/qsgvisualitemmodel_p.h
+++ b/src/declarative/items/qsgvisualitemmodel_p.h
@@ -60,7 +60,7 @@ class QDeclarativeComponent;
class QDeclarativePackage;
class QSGVisualDataModelPrivate;
-class Q_AUTOTEST_EXPORT QSGVisualModel : public QObject
+class Q_DECLARATIVE_EXPORT QSGVisualModel : public QObject
{
Q_OBJECT