diff options
| author | Peter Penz <[email protected]> | 2009-08-29 12:51:04 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 12:51:04 +0000 |
| commit | a5473c0cf255b5846ad85eebc043ebb6551e72d0 (patch) | |
| tree | 19a1ca8360c102c6265e5cbcf6a8efb2c91e8ff2 /src/dolphinview.h | |
| parent | b1536a43422d80300afe48172444dced06e03a70 (diff) | |
- restore functionality that selections are kept when changing the view mode
- some minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=1016955
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; |
