From 391006130e31b80ecc55343f44bddaf06951c90f Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 19 Sep 2018 10:20:14 +0200 Subject: Update disk space info on refresh When explicitly refreshing the view (e.g. F5) also refresh disk space info. This would also allow us to raise the refresh interval somewhat. CCBUG: 398612 Differential Revision: https://phabricator.kde.org/D15508 --- src/statusbar/dolphinstatusbar.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/statusbar/dolphinstatusbar.h') diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index 8b872ace5..7461d1d7d 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -88,6 +88,11 @@ public: */ void readSettings(); + /** + * Refreshes the disk space information. + */ + void updateSpaceInfo(); + public slots: void setText(const QString& text); void setUrl(const QUrl& url); -- cgit v1.3.1