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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filecopier.cpp') diff --git a/filecopier.cpp b/filecopier.cpp index 3475b74..e652339 100644 --- a/filecopier.cpp +++ b/filecopier.cpp @@ -36,7 +36,7 @@ void FileCopier::run(){ emit success(false, source); goto cleanup; } - emit newFile(source, sFile.size()); + emit newFile(source, dest, sFile.size()); int read = 0; qint64 total = 0; while(!sFile.atEnd()){ -- cgit v1.2.3-70-g09d2