summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlfolderlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlfolderlistmodel.h')
-rw-r--r--src/declarative/extra/qmlfolderlistmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/extra/qmlfolderlistmodel.h b/src/declarative/extra/qmlfolderlistmodel.h
index dc520f1..8c99b22 100644
--- a/src/declarative/extra/qmlfolderlistmodel.h
+++ b/src/declarative/extra/qmlfolderlistmodel.h
@@ -88,6 +88,8 @@ Q_SIGNALS:
private Q_SLOTS:
void refresh();
void inserted(const QModelIndex &index, int start, int end);
+ void removed(const QModelIndex &index, int start, int end);
+ void dataChanged(const QModelIndex &start, const QModelIndex &end);
private:
Q_DECLARE_PRIVATE(QmlFolderListModel)