From 10468b1c06a5852b006331b91e066bad75278b2e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 18 Aug 2008 19:30:25 +0000 Subject: Column view + detail view: use different settings for preview and icon size like in the icon view for consistency. The setting dialogs will be adjusted later. svn path=/trunk/KDE/kdebase/apps/; revision=848955 --- src/dolphindetailsview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 06ae325a2..bd8f1e8a8 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -108,6 +108,8 @@ private slots: QRect elasticBandRect() const; void setZoomLevel(int level); + + void slotShowPreviewChanged(); /** * Opens a context menu at the position \a pos and allows to @@ -146,7 +148,7 @@ private: * will get informed about possible zoom in/zoom out * operations. */ - void updateDecorationSize(); + void updateDecorationSize(bool showPreview); /** Return the upper left position in pixels of the viewport content. */ QPoint contentsPos() const; -- cgit v1.3.1