┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-09 12:28:43 +0000
committerPeter Penz <[email protected]>2011-01-09 12:28:43 +0000
commit58ea012256a752fb803a462c0ff025a4de4b5dbf (patch)
tree544ad0252654aa81e61ae414692750d4f4e74a08 /src/views/dolphindetailsview.h
parentb3acdc75c4b8aa4519586ebf7652c2fb51e9b801 (diff)
Internal simplification: It is not necessary to keep the ViewModeController as member for the view-modes, as the URL is alredy known by the DolphinViewController.
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
Diffstat (limited to 'src/views/dolphindetailsview.h')
-rw-r--r--src/views/dolphindetailsview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphindetailsview.h b/src/views/dolphindetailsview.h
index fddbdc6c0..640181274 100644
--- a/src/views/dolphindetailsview.h
+++ b/src/views/dolphindetailsview.h
@@ -199,7 +199,6 @@ private:
bool m_autoResize; // if true, the columns are resized automatically to the available width
DolphinViewController* m_dolphinViewController;
- const ViewModeController* m_viewModeController;
ViewExtensionsFactory* m_extensionsFactory;
QAction* m_expandableFoldersAction;