]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinurlnavigator.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / dolphinurlnavigator.h
index 9bcc32b4d1463d1cfbcc37a31dd3068b92cdb312..2ae67352aeeac92e7ce196b556c04ed90196f4d2 100644 (file)
@@ -66,7 +66,17 @@ public:
      */
     void setVisualState(const VisualState &visualState);
 
-public slots:
+    /**
+     * Clears the text in the text field
+     */
+    void clearText() const;
+
+    /**
+     * Displays placeholder text in the URL navigator
+     */
+    void setPlaceholderText(const QString &text);
+
+public Q_SLOTS:
     /**
      * Switches to "breadcrumb" mode if the editable mode is not set to be
      * preferred in the Dolphin settings.