From 2a08089a3c02a0571469abd7d25f466d9892195f Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 9 Jan 2015 19:56:22 +0100 Subject: [PATCH] Work on downloader. --- src/network-web/downloadmanager.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/network-web/downloadmanager.cpp b/src/network-web/downloadmanager.cpp index 8a31ee869..713587be4 100644 --- a/src/network-web/downloadmanager.cpp +++ b/src/network-web/downloadmanager.cpp @@ -15,10 +15,9 @@ // You should have received a copy of the GNU General Public License // along with RSS Guard. If not, see . -#include "downloadmanager.h" +#include "network-web/downloadmanager.h" #include "miscellaneous/autosaver.h" - #include "miscellaneous/application.h" #include "network-web/silentnetworkaccessmanager.h" @@ -39,8 +38,6 @@ #include -//#define DOWNLOADMANAGER_DEBUG - /*! DownloadItem is a widget that is displayed in the download manager list. It moves the data from the QNetworkReply into the QFile as well