diff options
| author | Peter Penz <[email protected]> | 2008-05-07 06:11:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-07 06:11:54 +0000 |
| commit | f2873a9738299c3d149b12b2dab5c57139e9a716 (patch) | |
| tree | 963196bc6e8baf293b2edec2e63af3145816c64b /src/dolphiniconsview.h | |
| parent | aa8948e4910fca2003851356c8d6194864ad44e5 (diff) | |
enable the scrollTo() functionality if it has been triggered by a key-press
svn path=/trunk/KDE/kdebase/apps/; revision=804928
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index a05d7ae27..83672d2f5 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -98,6 +98,7 @@ private: int additionalInfoCount() const; private: + bool m_enableScrollTo; DolphinController* m_controller; SelectionManager* m_selectionManager; DolphinCategoryDrawer* m_categoryDrawer; |
