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 8ffdd4d..96702a3 100644
--- a/filecopier.h
+++ b/filecopier.h
@@ -15,7 +15,7 @@ class FileCopier : public QThread {
void cancel();
signals:
- void newFile(const QString &source, qint64 size);
+ void newFile(const QString &source, const QString & dest, qint64 size);
void success(bool s, QString source);
void bytesRead(qint64 bytes);