diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-07 07:24:12 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-07 07:24:12 (GMT) |
commit | 3f9534dc96eaa2154efe759215466cdbd247664c (patch) | |
tree | c49fdcdb875299d476b1115f2422003d447b991e /src/declarative/fx/qfxpathview.h | |
parent | 84dc4e1c5c48d38b4a59fab22e49162de091beff (diff) | |
download | Qt-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.h | 2 |
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); |