summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
index 802f442..47a763a 100644
--- a/shemovcleaner.h
+++ b/shemovcleaner.h
@@ -21,6 +21,7 @@ class ShemovCleaner : public QMainWindow {
void setSelectionCount(const QString &msg);
void setDuration(const QString &msg);
void updateFreeSpace(const QString &path);
+ void updateCopying(bool inProgress, const QString &count);
void configure();
void tabChanged(int idx);
void aboutThisProgram();
@@ -42,6 +43,7 @@ class ShemovCleaner : public QMainWindow {
QLabel *mDuration;
QLabel *mDrive;
QLabel *mFree;
+ QLabel *mCopying;
QTabWidget *mTab;
TorrentWidget *mTorrentTab;
FileWidget *mFileTab;