From 4f5fefea03b5ce33b9a6af88185bf044f8db47ea Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Fri, 8 Jun 2012 16:16:32 +1000 Subject: [PATCH] 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: Matthew Vogt --- src/qml/qml/qquicklistmodel_p.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qml/qml/qquicklistmodel_p.h b/src/qml/qml/qquicklistmodel_p.h index 28b374d..2941de9 100644 --- a/src/qml/qml/qquicklistmodel_p.h +++ b/src/qml/qml/qquicklistmodel_p.h @@ -64,7 +64,7 @@ class QQuickListModelWorkerAgent; class ListModel; class ListLayout; -class Q_AUTOTEST_EXPORT QQuickListModel : public QListModelInterface +class Q_QML_PRIVATE_EXPORT QQuickListModel : public QListModelInterface { Q_OBJECT Q_PROPERTY(int count READ count NOTIFY countChanged) -- 1.7.2.5