┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-08-06 06:56:36 +0000
committerPeter Penz <[email protected]>2007-08-06 06:56:36 +0000
commit0111d9b0a02098065a32b34c9b04fde72addb626 (patch)
tree3b1a90884fcb505d1a9250ba28cf5918a3d2cf74 /src/dolphinview.h
parent1fbb2359d3370596f2c400f98a4b0af74740848e (diff)
Fixed 'Select All' and 'Invert Selection' for the column view (only the items of the currently active column will be selected, not the whole tree). The current implementation is quite slow, but this will be fixed later.
svn path=/trunk/KDE/kdebase/apps/; revision=696893
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index b26a27069..39e39ef3f 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -497,12 +497,6 @@ private:
void createView();
/**
- * Selects all items by using the selection flags \a flags. This is a helper
- * method for the slots DolphinView::selectAll() and DolphinView::invertSelection().
- */
- void selectAll(QItemSelectionModel::SelectionFlags flags);
-
- /**
* Returns a pointer to the currently used item view, which is either
* a ListView or a TreeView.
*/