┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-04 20:55:52 +0100
committerPeter Penz <[email protected]>2011-02-04 20:55:52 +0100
commit236eac2ffa671fe9cd56c233925a19d8c89f1141 (patch)
tree2b8e5bd85d96caddcd32154e16eed1177ef2571b /src/search/dolphinsearchbox.h
parentfd74aa8e2057158d2eadb835eb61564854c81020 (diff)
Don't clear the search-text when switching between tabs
The clearing of the search-text should only be done when opening the search-box.
Diffstat (limited to 'src/search/dolphinsearchbox.h')
-rw-r--r--src/search/dolphinsearchbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h
index 09d223355..3e4648048 100644
--- a/src/search/dolphinsearchbox.h
+++ b/src/search/dolphinsearchbox.h
@@ -69,6 +69,8 @@ public:
*/
void selectAll();
+ void clearText();
+
protected:
virtual bool event(QEvent* event);
virtual void showEvent(QShowEvent* event);
@@ -114,7 +116,6 @@ private:
private:
bool m_startedSearching;
- bool m_nepomukActivated;
QVBoxLayout* m_topLayout;