summaryrefslogtreecommitdiffstats
path: root/filecopier.h
diff options
context:
space:
mode:
Diffstat (limited to 'filecopier.h')
-rw-r--r--filecopier.h1
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;