From 67f58d5082cbab3a1a4a83926e77ade299ec07ea Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 25 Apr 2012 02:16:35 +0200 Subject: Fix search-UI issues in combination with the new places entries The places-entries for searching revealed some serious issues in combination with the search-panel. Move the filtering away from QDockWidget and bring it back below the search-bar. --- src/dolphinviewcontainer.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index db9b5be33..10dd67246 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -88,9 +88,6 @@ public: const DolphinView* view() const; DolphinView* view(); - const DolphinSearchBox* searchBox() const; - DolphinSearchBox* searchBox(); - /** * Shows the message \msg with the given type non-modal above * the view-content. @@ -142,13 +139,6 @@ 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