diff options
| author | Peter Penz <[email protected]> | 2008-02-16 18:53:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-16 18:53:28 +0000 |
| commit | 9ff4e1f5bf2c37aaf63fb68124a6a42f8419d988 (patch) | |
| tree | d481840ac8be4666300f0f1a5fc8b894d1478279 /src/selectionmanager.h | |
| parent | 9cc43beb598c7f417f3d3b00928b7eb1e6c5df46 (diff) | |
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
Diffstat (limited to 'src/selectionmanager.h')
| -rw-r--r-- | src/selectionmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
