diff options
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; }; |
