diff options
Diffstat (limited to 'src/dolphinstatusbar.h')
| -rw-r--r-- | src/dolphinstatusbar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index 3cee1ed53..e64312b48 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -115,6 +115,11 @@ public: */ void setDefaultText(const QString& text); const QString& defaultText() const; + + /** + * Refreshes the status bar to get synchronized with the (updated) Dolphin settings. + */ + void refresh(); protected: /** @see QWidget::resizeEvent() */ |
