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 a92e113dd..829e53967 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -26,6 +26,7 @@ #include <libdolphin_export.h> class DolphinController; +class SelectionManager; /** * @brief Represents the details view which shows the name, size, @@ -158,6 +159,7 @@ private: bool m_autoResize; // if true, the columns are resized automatically to the available width DolphinController* m_controller; + SelectionManager* m_selectionManager; QFont m_font; QSize m_decorationSize; |
