]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/spaceinfoobserver.cpp
GIT_SILENT: Port deprecated QSet::toList method
[dolphin.git] / src / statusbar / spaceinfoobserver.cpp
index 6cf695d5508d6c011577fd9604dc5b44df3099cc..692eba7e7a781d52aa5e59acf13426c3cb951cf8 100644 (file)
@@ -71,6 +71,13 @@ void SpaceInfoObserver::setUrl(const QUrl& url)
     }
 }
 
+void SpaceInfoObserver::update()
+{
+    if (m_mountPointObserver) {
+        m_mountPointObserver->update();
+    }
+}
+
 void SpaceInfoObserver::spaceInfoChanged(quint64 size, quint64 available)
 {
     // Make sure that the size has actually changed