diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 1c7e0e9ca..8e48e8827 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -27,6 +27,7 @@ class DolphinController; class SelectionManager; +class DolphinViewAutoScroller; /** * @brief Represents the details view which shows the name, size, @@ -181,6 +182,7 @@ private: DolphinController* m_controller; SelectionManager* m_selectionManager; + DolphinViewAutoScroller* m_autoScroller; QFont m_font; QSize m_decorationSize; |
