┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-02 19:36:08 +0100
committerPeter Penz <[email protected]>2011-02-02 19:36:08 +0100
commit7045a25e3abaedab0d128f03702eaf48ffe6e0b7 (patch)
tree66a3deaa0c15c353895f5d42301bd27b2241f7b5 /src/search/dolphinsearchbox.h
parent28f00f36d74572510aee58111f1a9f884e148f6b (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.h6
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;