diff options
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 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); |