diff options
| author | Peter Penz <[email protected]> | 2012-04-25 02:16:35 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-25 02:20:25 +0200 |
| commit | 67f58d5082cbab3a1a4a83926e77ade299ec07ea (patch) | |
| tree | 4cb2171bb8ccf0cab7a4d4361836def5fb82ee44 /src/dolphinviewcontainer.h | |
| parent | d9de39172033c28b8f9a7c1573130cf2124b4f7a (diff) | |
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.
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
