aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/items.pri
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-08-30 15:00:30 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-21 08:23:52 +0200
commitce7b66871ce342b4cc62969ec0a3a9d90cee49e9 (patch)
tree9aed7d793f9b8d653ce3820b3adafc6a540b9313 /src/declarative/items/items.pri
parentd0ed3d21c471088c103859f1e94085b27754a424 (diff)
Refactor QSGVisualDataModel.
Split the wrapper for Package models out into its own visual model class, add a QSGVisualAdaptorModel class which encapsulates the creation and maintenance of delegate context data, and move QSGVisualDataModel to its own source files. Task-number: QTBUG-20107 Change-Id: Icdea2756a119c327ec2c748be893daf622bc1356 Reviewed-on: http://codereview.qt-project.org/4033 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/items/items.pri')
-rw-r--r--src/declarative/items/items.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/items/items.pri b/src/declarative/items/items.pri
index 9880dd8dc6..04330748e1 100644
--- a/src/declarative/items/items.pri
+++ b/src/declarative/items/items.pri
@@ -37,6 +37,8 @@ HEADERS += \
$$PWD/qsgflickable_p.h \
$$PWD/qsgflickable_p_p.h \
$$PWD/qsglistview_p.h \
+ $$PWD/qsgvisualadaptormodel_p.h \
+ $$PWD/qsgvisualdatamodel_p.h \
$$PWD/qsgvisualitemmodel_p.h \
$$PWD/qsgrepeater_p.h \
$$PWD/qsgrepeater_p_p.h \
@@ -89,6 +91,8 @@ SOURCES += \
$$PWD/qsgpincharea.cpp \
$$PWD/qsgflickable.cpp \
$$PWD/qsglistview.cpp \
+ $$PWD/qsgvisualadaptormodel.cpp \
+ $$PWD/qsgvisualdatamodel.cpp \
$$PWD/qsgvisualitemmodel.cpp \
$$PWD/qsgrepeater.cpp \
$$PWD/qsggridview.cpp \