Commit 4f5fefea authored by Martin Jones's avatar Martin Jones Committed by Qt by Nokia
Browse files

Export QQuickListModel (marked private)


There are some things that are difficult to achieve without this one.
Export for the more intrepid developer.

Change-Id: I3918835f66b9aa773eb5f2f2c58fb82aecc4b446
Reviewed-by: default avatarMatthew Vogt <matthew.vogt@nokia.com>
parent 8be9f08b
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -64,7 +64,7 @@ class QQuickListModelWorkerAgent; ...@@ -64,7 +64,7 @@ class QQuickListModelWorkerAgent;
class ListModel; class ListModel;
class ListLayout; class ListLayout;
class Q_AUTOTEST_EXPORT QQuickListModel : public QListModelInterface class Q_QML_PRIVATE_EXPORT QQuickListModel : public QListModelInterface
{ {
Q_OBJECT Q_OBJECT
Q_PROPERTY(int count READ count NOTIFY countChanged) Q_PROPERTY(int count READ count NOTIFY countChanged)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment