┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.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/dolphiniconsview.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/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 7a6dda3d4..d94a00e71 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -36,7 +36,6 @@ class SelectionManager;
class DolphinCategoryDrawer;
class DolphinSortFilterProxyModel;
class DolphinViewAutoScroller;
-class ViewExtensionsFactory;
/**
* @brief Represents the view, where each item is shown as an icon.
@@ -100,7 +99,6 @@ private:
SelectionManager* m_selectionManager;
DolphinViewAutoScroller* m_autoScroller;
DolphinCategoryDrawer* m_categoryDrawer;
- ViewExtensionsFactory* m_extensionsFactory;
QFont m_font;
QSize m_decorationSize;