From 0111d9b0a02098065a32b34c9b04fde72addb626 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 6 Aug 2007 06:56:36 +0000 Subject: 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 --- src/dolphinview.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index b26a27069..39e39ef3f 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -496,12 +496,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. -- cgit v1.3