summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpathview.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-07 07:24:12 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-07 07:24:12 (GMT)
commit3f9534dc96eaa2154efe759215466cdbd247664c (patch)
treec49fdcdb875299d476b1115f2422003d447b991e /src/declarative/fx/qfxpathview.h
parent84dc4e1c5c48d38b4a59fab22e49162de091beff (diff)
downloadQt-3f9534dc96eaa2154efe759215466cdbd247664c.zip
Qt-3f9534dc96eaa2154efe759215466cdbd247664c.tar.gz
Qt-3f9534dc96eaa2154efe759215466cdbd247664c.tar.bz2
Get view to view transitions working properly... for PathView.
Diffstat (limited to 'src/declarative/fx/qfxpathview.h')
-rw-r--r--src/declarative/fx/qfxpathview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxpathview.h b/src/declarative/fx/qfxpathview.h
index 23f2f07..0e1ac6f 100644
--- a/src/declarative/fx/qfxpathview.h
+++ b/src/declarative/fx/qfxpathview.h
@@ -115,6 +115,8 @@ private Q_SLOTS:
void ticked();
void itemsInserted(int index, int count);
void itemsRemoved(int index, int count);
+ void itemCreated(int index, QFxItem *item);
+ void destroyingItem(QFxItem *item);
protected:
QFxPathView(QFxPathViewPrivate &dd, QFxItem *parent);