From bbf9faa05396d66b3dbe101a0c309459e3ffacb1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Oct 2007 19:02:33 +0000 Subject: Simplify DolphinController: don't remember the show-preview state in the controller and add an unnecessary additional signal; instead just read the state from the DolphinView svn path=/trunk/KDE/kdebase/apps/; revision=729726 --- src/dolphincolumnview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 1c972ad39..af393ce81 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -129,7 +129,7 @@ private slots: void updateColumnsBackground(bool active); void slotShowHiddenFilesChanged(); - void slotShowPreviewChanged(bool show); + void slotShowPreviewChanged(); private: bool isZoomInPossible() const; -- cgit v1.3.1