From 7031ca0e1d896336334f5a788baac6c09a9ce703 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Mon, 20 Jun 2011 08:31:50 +1000 Subject: Add QDeclarativeChangeSet. Takes a sequence of model changes and reorders and compresses them so that like changes are grouped together and are ordered from start to end. The order is Removed, Inserted, Moved then Changed. --- src/declarative/util/util.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/declarative/util/util.pri') diff --git a/src/declarative/util/util.pri b/src/declarative/util/util.pri index 5bc8b117c0..4bd1f1bb1b 100644 --- a/src/declarative/util/util.pri +++ b/src/declarative/util/util.pri @@ -28,6 +28,7 @@ SOURCES += \ $$PWD/qdeclarativefontloader.cpp \ $$PWD/qdeclarativestyledtext.cpp \ $$PWD/qdeclarativelistmodelworkeragent.cpp \ + $$PWD/qdeclarativechangeset.cpp \ $$PWD/qlistmodelinterface.cpp HEADERS += \ @@ -63,6 +64,7 @@ HEADERS += \ $$PWD/qdeclarativefontloader_p.h \ $$PWD/qdeclarativestyledtext_p.h \ $$PWD/qdeclarativelistmodelworkeragent_p.h \ + $$PWD/qdeclarativechangeset_p.h \ $$PWD/qlistmodelinterface_p.h contains(QT_CONFIG, xmlpatterns) { -- cgit v1.2.3