From 7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Dec 2008 15:39:09 +0000 Subject: only jump automatically to the current index, if the autoscrolling is not active svn path=/trunk/KDE/kdebase/apps/; revision=896481 --- src/dolphiniconsview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphiniconsview.h') 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; -- cgit v1.3.1