From c1f27bb620337c7f173fce1dd3097fa3e43c2878 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Oct 2007 18:34:45 +0000 Subject: Simplify the DolphinController: The "show hidden files" state can be retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow... svn path=/trunk/KDE/kdebase/apps/; revision=729721 --- 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 f7107265a..1c972ad39 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -128,7 +128,7 @@ private slots: */ void updateColumnsBackground(bool active); - void slotShowHiddenFilesChanged(bool show); + void slotShowHiddenFilesChanged(); void slotShowPreviewChanged(bool show); private: -- cgit v1.3.1