From 598cb833aec9a404271a99eac6f7d360e62ce5c4 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 30 Jul 2018 20:36:59 +0200 Subject: 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. --- filecopier.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filecopier.h') 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 mJobs; -- cgit v1.2.3-70-g09d2