From f57f351cceb9b664d681aad3680998f5bfe2137c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 1 Apr 2007 17:57:53 +0000 Subject: integrate column view into settings svn path=/trunk/KDE/kdebase/apps/; revision=648926 --- src/dolphincolumnview.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 649d2a7d4..51b71413c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -53,6 +53,14 @@ private: bool isZoomInPossible() const; bool isZoomOutPossible() const; + /** + * Updates the size of the decoration dependent on the + * icon size of the ColumnModeSettings. The controller + * will get informed about possible zoom in/zoom out + * operations. + */ + void updateDecorationSize(); + private: DolphinController* m_controller; QStyleOptionViewItem m_viewOptions; -- cgit v1.3.1