summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-20 04:42:44 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-20 04:42:44 (GMT)
commitded29009f766a8373193d94bcb8309270f66a266 (patch)
tree81e255543c361c0fee8f8f5488188140b1a65c3a /src/declarative/fx/qfxgridview.h
parent121b9bfaf404c602f40056d6c82c9cb2bb477ab6 (diff)
downloadQt-ded29009f766a8373193d94bcb8309270f66a266.zip
Qt-ded29009f766a8373193d94bcb8309270f66a266.tar.gz
Qt-ded29009f766a8373193d94bcb8309270f66a266.tar.bz2
Make VisualItemModel with packages work properly.
The views can all now deal with items that they have not requested appearing, and will lay them out appropriately.
Diffstat (limited to 'src/declarative/fx/qfxgridview.h')
-rw-r--r--src/declarative/fx/qfxgridview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxgridview.h b/src/declarative/fx/qfxgridview.h
index 2bbfc40..90bf1ce 100644
--- a/src/declarative/fx/qfxgridview.h
+++ b/src/declarative/fx/qfxgridview.h
@@ -131,6 +131,8 @@ private Q_SLOTS:
void itemsInserted(int index, int count);
void itemsRemoved(int index, int count);
void destroyRemoved();
+ void createdItem(int index, QFxItem *item);
+ void destroyingItem(QFxItem *item);
void sizeChange();
private: