aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgitemview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgitemview_p.h')
-rw-r--r--src/declarative/items/qsgitemview_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/declarative/items/qsgitemview_p.h b/src/declarative/items/qsgitemview_p.h
index b784015f66..b1093ffdbe 100644
--- a/src/declarative/items/qsgitemview_p.h
+++ b/src/declarative/items/qsgitemview_p.h
@@ -191,13 +191,17 @@ protected:
protected slots:
virtual void updateSections() {}
void destroyRemoved();
- void itemsChanged(int index, int count);
void createdItem(int index, QSGItem *item);
void modelReset();
void destroyingItem(QSGItem *item);
void animStopped();
void trackedPositionChanged();
+ void itemsInserted(int index, int count);
+ void itemsRemoved(int index, int count);
+ void itemsMoved(int from, int to, int count);
+ void itemsChanged(int index, int count);
+
private:
Q_DECLARE_PRIVATE(QSGItemView)
};