From a68cf88e69c65014f2e528aa26db42b4808c3b64 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 6 Dec 2016 11:34:41 +0100 Subject: Add destination to ProgressDialog Elide the text if necessary. Only show the destination directory. --- filecopier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filecopier.h') 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); -- cgit v1.2.3-70-g09d2