diff options
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 966069641..28d0830fe 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -34,6 +34,7 @@ class DolphinController; class SelectionManager; class DolphinCategoryDrawer; +class DolphinViewAutoScroller; /** * @brief Represents the view, where each item is shown as an icon. @@ -92,6 +93,7 @@ private: bool m_enableScrollTo; DolphinController* m_controller; SelectionManager* m_selectionManager; + DolphinViewAutoScroller* m_autoScroller; DolphinCategoryDrawer* m_categoryDrawer; QFont m_font; |
