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/spaceinfoobserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/statusbar/spaceinfoobserver.h') diff --git a/src/statusbar/spaceinfoobserver.h b/src/statusbar/spaceinfoobserver.h index 1e74caef4..93f4c8c91 100644 --- a/src/statusbar/spaceinfoobserver.h +++ b/src/statusbar/spaceinfoobserver.h @@ -40,6 +40,9 @@ public: void setUrl(const QUrl& url); +public slots: + void update(); + signals: /** * This signal is emitted when the size or available space changes. -- cgit v1.3