From 9ff4e1f5bf2c37aaf63fb68124a6a42f8419d988 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 16 Feb 2008 18:53:28 +0000 Subject: update the selection-toggle (+/-) when the selection has been changed "outside" by the rubberband or e. g. "Select All" svn path=/trunk/KDE/kdebase/apps/; revision=775828 --- src/selectionmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/selectionmanager.h') diff --git a/src/selectionmanager.h b/src/selectionmanager.h index c263da3ea..66a511a87 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -28,6 +28,7 @@ class DolphinSortFilterProxyModel; class QAbstractItemView; class QModelIndex; class QAbstractButton; +class QItemSelection; class SelectionToggle; /** @@ -60,6 +61,7 @@ private slots: void slotViewportEntered(); void setItemSelected(bool selected); void slotRowsRemoved(const QModelIndex& parent, int start, int end); + void slotSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected); private: KUrl urlForIndex(const QModelIndex& index) const; -- cgit v1.3