diff options
author | Arno <arno@disconnect.de> | 2018-07-30 20:36:59 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-30 20:36:59 +0200 |
commit | 598cb833aec9a404271a99eac6f7d360e62ce5c4 (patch) | |
tree | 91956bc278444c0e44d8760e72ee7e4fac51448a /filecopier.h | |
parent | fa1f377ff5ce22f399b167e4e4b97b1a0f0ae5f9 (diff) | |
download | ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.tar.gz ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.tar.bz2 ShemovCleaner-598cb833aec9a404271a99eac6f7d360e62ce5c4.zip |
Give some indication that we're copying
Add a new label to the statusBar: When it's green the FileCopier is
idle, when working, show the count.
Diffstat (limited to 'filecopier.h')
-rw-r--r-- | filecopier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filecopier.h b/filecopier.h index 12aa3ac..ed988f1 100644 --- a/filecopier.h +++ b/filecopier.h @@ -15,6 +15,7 @@ class FileCopier : public QThread { signals: void message(const QString &msg); + void copying(bool copying, const QString &msg); private: QHash<QString, QString> mJobs; |