summaryrefslogtreecommitdiffstats
path: root/filecopier.h
diff options
context:
space:
mode:
Diffstat (limited to 'filecopier.h')
-rw-r--r--filecopier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filecopier.h b/filecopier.h
index 8836749..36f0d6c 100644
--- a/filecopier.h
+++ b/filecopier.h
@@ -15,7 +15,7 @@ class FileCopier : public QThread {
signals:
void message(const QString &msg);
- void copying(bool copying, const QString &msg);
+ void copying(const QString &msg);
private:
QHash<QString, QString> mJobs;