Work on downloader.

This commit is contained in:
Martin Rotter 2015-01-09 19:56:22 +01:00
parent 50ef9c6981
commit 2a08089a3c

View File

@ -15,10 +15,9 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with RSS Guard. If not, see <http://www.gnu.org/licenses/>. // along with RSS Guard. If not, see <http://www.gnu.org/licenses/>.
#include "downloadmanager.h" #include "network-web/downloadmanager.h"
#include "miscellaneous/autosaver.h" #include "miscellaneous/autosaver.h"
#include "miscellaneous/application.h" #include "miscellaneous/application.h"
#include "network-web/silentnetworkaccessmanager.h" #include "network-web/silentnetworkaccessmanager.h"
@ -39,8 +38,6 @@
#include <qwebsettings.h> #include <qwebsettings.h>
//#define DOWNLOADMANAGER_DEBUG
/*! /*!
DownloadItem is a widget that is displayed in the download manager list. DownloadItem is a widget that is displayed in the download manager list.
It moves the data from the QNetworkReply into the QFile as well It moves the data from the QNetworkReply into the QFile as well