diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 8 |
1 files changed, 8 insertions, 0 deletions
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; |
