diff options
Diffstat (limited to 'src/dolphinurlnavigator.h')
| -rw-r--r-- | src/dolphinurlnavigator.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphinurlnavigator.h b/src/dolphinurlnavigator.h index 9bcc32b4d..1962e2f06 100644 --- a/src/dolphinurlnavigator.h +++ b/src/dolphinurlnavigator.h @@ -66,6 +66,16 @@ public: */ void setVisualState(const VisualState &visualState); + /** + * Clears the text in the text field + */ + void clearText() const; + + /** + * Displays placeholder text in the URL navigator + */ + void setPlaceholderText(const QString &text); + public slots: /** * Switches to "breadcrumb" mode if the editable mode is not set to be |
