diff options
| author | Peter Penz <[email protected]> | 2009-08-29 09:51:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 09:51:02 +0000 |
| commit | 69686ffbba123f2b05f5cb7b74a927953e5157a5 (patch) | |
| tree | 83fafcd6e10ccfeec563bd9b45a7d55be3aa0e33 /src/dolphiniconsview.h | |
| parent | c05395ef9a6f449bd96b4323d308b53d70cede99 (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.h | 2 |
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; |
