aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel_p_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-05 23:52:56 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-07 18:55:53 +0200
commit10f155db2bb87ddc68e4f1ef61c2e6a1832d74f7 (patch)
tree40cfdc065e3a6a28e601ff2e78a0a99170e03dba /src/qml/types/qqmldelegatemodel_p_p.h
parent1dedc7caa0f474e2c0fa35bfae8d2262ed32f24d (diff)
Convert more of the delegate model to v4
Change-Id: Ie74d092d9e4fbe66131a61ca7e2e713ef797214d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/types/qqmldelegatemodel_p_p.h')
-rw-r--r--src/qml/types/qqmldelegatemodel_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/types/qqmldelegatemodel_p_p.h b/src/qml/types/qqmldelegatemodel_p_p.h
index b2fa7edd07..d2ba84cfc7 100644
--- a/src/qml/types/qqmldelegatemodel_p_p.h
+++ b/src/qml/types/qqmldelegatemodel_p_p.h
@@ -271,7 +271,6 @@ public:
void itemsMoved(
const QVector<Compositor::Remove> &removes, const QVector<Compositor::Insert> &inserts);
void itemsChanged(const QVector<Compositor::Change> &changes);
- template <typename T> static QV4::Value buildChangeList(const QVector<T> &changes);
void emitChanges();
void emitModelUpdated(const QQmlChangeSet &changeSet, bool reset);