From 56355afd7d4bc9709ddf4e2cb34a51913f039a9d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 8 Mar 2011 00:19:05 +0100 Subject: download directory option preparations (sysInfo: cant test compiling right now... should me mostly correct) --- src/DownloadManager.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/DownloadManager.cpp') diff --git a/src/DownloadManager.cpp b/src/DownloadManager.cpp index 61b63d7..b5c11a2 100644 --- a/src/DownloadManager.cpp +++ b/src/DownloadManager.cpp @@ -1,11 +1,14 @@ #include "DownloadManager.h" + +// ---------------------------------------------------------------------------------------- void DownloadManager::downloadFile(QString& filename){ if (debug) qDebug() << "DM received signal for: " << filename; QUrl fileUrl; fileUrl = baseURL.resolved(QUrl(filename)); this->processDownloadRequest(fileUrl); } +// ---------------------------------------------------------------------------------------- void DownloadManager::downloadFile(QUrl& fileUrl){ if (debug) qDebug() << "Received downloadFile signal for:" << fileUrl; this->processDownloadRequest(fileUrl); -- cgit v1.2.3-55-g7522