From 4383f4238ee61668d82e45f08935a9b99892f16e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 27 Oct 2010 17:08:02 +0000 Subject: - Automatically show the filter-panel when a searching is done - Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445 --- src/dolphinviewcontainer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index aa43e8e66..a34ac1976 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -127,6 +127,13 @@ signals: */ void writeStateChanged(bool isFolderWritable); + /** + * Is emitted if the search mode has been enabled or disabled. + * (see DolphinViewContainer::setSearchModeEnabled() and + * DolphinViewContainer::isSearchModeEnabled()) + */ + void searchModeChanged(bool enabled); + private slots: /** * Updates the number of items (= number of files + number of -- cgit v1.3