summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpathview.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-04-30 07:06:10 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-04-30 07:06:10 (GMT)
commit0b5f394208d5aaf803e2100f2ffe12bdef44a7e8 (patch)
treedf4464b975888b40af0cd6cfc6bc7f8f337e8966 /src/declarative/fx/qfxpathview.h
parent0ee6bf1226f3069f117d0b0b75df14ddf38e75de (diff)
downloadQt-0b5f394208d5aaf803e2100f2ffe12bdef44a7e8.zip
Qt-0b5f394208d5aaf803e2100f2ffe12bdef44a7e8.tar.gz
Qt-0b5f394208d5aaf803e2100f2ffe12bdef44a7e8.tar.bz2
Item insertion and removal for PathView.
Not animated at the moment.
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 2cc0769..23f2f07 100644
--- a/src/declarative/fx/qfxpathview.h
+++ b/src/declarative/fx/qfxpathview.h
@@ -113,6 +113,8 @@ protected:
private Q_SLOTS:
void refill();
void ticked();
+ void itemsInserted(int index, int count);
+ void itemsRemoved(int index, int count);
protected:
QFxPathView(QFxPathViewPrivate &dd, QFxItem *parent);