diff options
Diffstat (limited to 'src/statusbarspaceinfo.h')
| -rw-r--r-- | src/statusbarspaceinfo.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 93ea3fe9f..839c74e1a 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -46,21 +46,10 @@ public: const KUrl& url() const; private slots: - void slotFoundMountPoint(const QString& mountPoint, - quint64 kBSize, - quint64 kBUsed, - quint64 kBAvailable); - - void slotDiskFreeSpaceDone(); - /** Refreshes the space information for the current set URL. */ void refresh(); - void showGettingSizeInfo(); - private: - bool m_gettingSize; - bool m_foundMountPoint; quint64 m_kBSize; KUrl m_url; }; |
