diff options
| author | Jeff Mitchell <[email protected]> | 2008-03-27 20:36:05 +0000 |
|---|---|---|
| committer | Jeff Mitchell <[email protected]> | 2008-03-27 20:36:05 +0000 |
| commit | 674fe81e0a8382ede0066c04ae3ac0f86bbc4a21 (patch) | |
| tree | a19dbb39201340ceac74d337b2cbeb068eb9b535 /src/statusbarspaceinfo.h | |
| parent | e08b8edc2292562361a8937274973ff0604deca1 (diff) | |
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
Diffstat (limited to 'src/statusbarspaceinfo.h')
| -rw-r--r-- | src/statusbarspaceinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; |
