┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-29 09:51:02 +0000
committerPeter Penz <[email protected]>2009-08-29 09:51:02 +0000
commit69686ffbba123f2b05f5cb7b74a927953e5157a5 (patch)
tree83fafcd6e10ccfeec563bd9b45a7d55be3aa0e33 /src/dolphindetailsview.h
parentc05395ef9a6f449bd96b4323d308b53d70cede99 (diff)
- The view implementations don't need to keep the Extensions Factory as member.
- Created basic documentation for Extensions Factory. svn path=/trunk/KDE/kdebase/apps/; revision=1016898
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 93c27ac50..562b6d264 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -29,7 +29,6 @@ class DolphinController;
class SelectionManager;
class DolphinSortFilterProxyModel;
class DolphinViewAutoScroller;
-class ViewExtensionsFactory;
/**
* @brief Represents the details view which shows the name, size,
@@ -206,7 +205,6 @@ private:
DolphinController* m_controller;
SelectionManager* m_selectionManager;
DolphinViewAutoScroller* m_autoScroller;
- ViewExtensionsFactory* m_extensionsFactory;
QAction* m_expandableFoldersAction;
QFont m_font;