diff options
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index 32fafba..9cd7f76 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -21,6 +21,7 @@ class ShemovCleaner : public QMainWindow { void statusBarMessage(const QString &msg); void setSelectionCount(const QString &msg); void setDuration(const QString &msg); + void updateFreeSpace(const QString &path); void configure(); void tabChanged(int idx); void aboutThisProgram(); @@ -37,6 +38,8 @@ class ShemovCleaner : public QMainWindow { QAction *createSeparator(); QLabel *mSelected; QLabel *mDuration; + QLabel *mDrive; + QLabel *mFree; QProgressBar *mProgressBar; QTabWidget *mTab; TorrentWidget *mTorrentTab; |