diff options
| author | Peter Penz <[email protected]> | 2011-02-02 19:36:08 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-02 19:36:08 +0100 |
| commit | 7045a25e3abaedab0d128f03702eaf48ffe6e0b7 (patch) | |
| tree | 66a3deaa0c15c353895f5d42301bd27b2241f7b5 /src/search/dolphinsearchbox.h | |
| parent | 28f00f36d74572510aee58111f1a9f884e148f6b (diff) | |
Fix visibility- and enabled-issues for the filter-panel
The filter-panel should be disabled if the current folder is not indexed at all. Also when triggering a "Find" the filter-panel should stay invisible per default when the current folder is not indexed.
CCBUG: 264969
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 1ca97ea9c..053726123 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -108,12 +108,6 @@ private: void init(); /** - * @return True, if the complete directory tree specified by m_searchPath - * is indexed by Strigi. - */ - bool isSearchPathIndexed() const; - - /** * @return URL that represents the Nepomuk query for starting the search. */ KUrl nepomukUrlForSearching() const; |
