From 68a2ef914305fac139eaf3bdb8264a3927d75e45 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 17 Jul 2009 19:37:47 +0000 Subject: remove revision-information entries when items got deleted in the model svn path=/trunk/KDE/kdebase/apps/; revision=998498 --- src/dolphinmodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmodel.h') diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index 717f21d4e..45fd1efa2 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -54,6 +54,9 @@ public: bool hasRevisionData() const; +private slots: + void slotRowsRemoved(const QModelIndex& parent, int start, int end); + private: QVariant displayRoleData(const QModelIndex& index) const; QVariant sortRoleData(const QModelIndex& index) const; -- cgit v1.3