From 674fe81e0a8382ede0066c04ae3ac0f86bbc4a21 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 27 Mar 2008 20:36:05 +0000 Subject: If KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint, and since Dolphin never checked for done(), it'd sit there waiting on the job. svn path=/trunk/KDE/kdebase/apps/; revision=790923 --- src/statusbarspaceinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/statusbarspaceinfo.h') diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index b50d14c4d..99a0c78b5 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -53,6 +53,8 @@ private slots: quint64 kBUsed, quint64 kBAvailable); + void slotKDFSDone(); + /** Refreshes the space information for the current set URL. */ void refresh(); @@ -60,6 +62,7 @@ private slots: private: bool m_gettingSize; + bool m_foundMountPoint; KUrl m_url; QString m_text; }; -- cgit v1.3