┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-28 19:29:17 +0000
committerPeter Penz <[email protected]>2008-01-28 19:29:17 +0000
commitfaf1f0f2d6fcb070a0a0927e3dbb6a9512c9e5c6 (patch)
tree6f0b4bba87fbba20f42cf802960e4327e212efcc /src/selectionmanager.h
parent91656a8abc3aadc78630341079d3c2ca9f2533c0 (diff)
take care to remove the selection toggle when items have been deleted
svn path=/trunk/KDE/kdebase/apps/; revision=767778
Diffstat (limited to 'src/selectionmanager.h')
-rw-r--r--src/selectionmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selectionmanager.h b/src/selectionmanager.h
index 82e505eb6..fcc240ff9 100644
--- a/src/selectionmanager.h
+++ b/src/selectionmanager.h
@@ -58,6 +58,7 @@ private slots:
void slotEntered(const QModelIndex& index);
void slotViewportEntered();
void setItemSelected(bool selected);
+ void slotRowsRemoved(const QModelIndex& parent, int start, int end);
private:
KFileItem itemForIndex(const QModelIndex& index) const;