From e830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 9 Mar 2011 20:28:17 +0100 Subject: DM also provides current file on update --- src/DownloadManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DownloadManager.cpp') diff --git a/src/DownloadManager.cpp b/src/DownloadManager.cpp index eb9832b..9f59010 100644 --- a/src/DownloadManager.cpp +++ b/src/DownloadManager.cpp @@ -119,7 +119,7 @@ void DownloadManager::downloadProgress(qint64 bytesIn, qint64 bytesTotal) if (debug) qDebug() << "Download progress of " << currentDownload->url().toString() << ": " << bytesIn << "/" << bytesTotal; qint64 tmp = ((bytesIn * 100) / bytesTotal); - emit updateProgress((int)tmp); + emit updateProgress(currentDownload->url().toString(), (int)tmp); } // ---------------------------------------------------------------------------------------- // This slot listens to the finished() which is emmited -- cgit v1.2.3-55-g7522