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 93a573105..1387b567f 100644 --- a/src/dolphinurlnavigator.h +++ b/src/dolphinurlnavigator.h @@ -76,6 +76,16 @@ public: */ void setPlaceholderText(const QString &text); + /** + * Sets the visibility of the read-only badge at the end of the breadcrumb. + */ + void setReadOnlyBadgeVisible(bool visible); + + /** + * Returns the visibility of the read-only badge at the end of the breadcrumb. + */ + bool readOnlyBadgeVisible() const; + public Q_SLOTS: /** * Switches to "breadcrumb" mode if the editable mode is not set to be |
