From a5473c0cf255b5846ad85eebc043ebb6551e72d0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 29 Aug 2009 12:51:04 +0000 Subject: - restore functionality that selections are kept when changing the view mode - some minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1016955 --- src/dolphinview.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 08fe70e5f..b8c91333d 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -719,8 +719,6 @@ private: void deleteView(); - void initializeView(); - /** * Helper method for DolphinView::paste() and DolphinView::pasteIntoFolder(). * Pastes the clipboard data into the URL \a url. @@ -825,7 +823,7 @@ private: DolphinController* m_controller; ViewAccessor m_viewAccessor; - QItemSelectionModel* m_selectionModel; + QItemSelectionModel* m_selectionModel; // allow to switch views without losing the selection QTimer* m_selectionChangedTimer; VersionControlObserver* m_versionControlObserver; -- cgit v1.3