diff options
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 3e4648048..07fda5c29 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -49,6 +49,12 @@ public: virtual ~DolphinSearchBox(); /** + * Sets the text that should be used as input for + * searching. + */ + void setText(const QString& text); + + /** * Returns the text that should be used as input * for searching. */ @@ -69,8 +75,6 @@ public: */ void selectAll(); - void clearText(); - protected: virtual bool event(QEvent* event); virtual void showEvent(QShowEvent* event); |
