diff options
author | Arno <arno@disconnect.de> | 2016-12-06 11:34:41 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-12-06 11:34:41 +0100 |
commit | a68cf88e69c65014f2e528aa26db42b4808c3b64 (patch) | |
tree | 430cfe8249357f38ede3e83fae4959b1a9f62fe4 /filecopier.h | |
parent | 0e02ad100b0e96c77b6030853bd88a6d4706a776 (diff) | |
download | ShemovCleaner-a68cf88e69c65014f2e528aa26db42b4808c3b64.tar.gz ShemovCleaner-a68cf88e69c65014f2e528aa26db42b4808c3b64.tar.bz2 ShemovCleaner-a68cf88e69c65014f2e528aa26db42b4808c3b64.zip |
Add destination to ProgressDialog
Elide the text if necessary. Only show the destination directory.
Diffstat (limited to 'filecopier.h')
-rw-r--r-- | filecopier.h | 2 |
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); |