From 4ff543fe1f36bef43b9cc5b9b8d80dd354cfdc3c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 30 Nov 2018 15:00:48 +0100 Subject: WTF did we have two classes for downloading files? --- src/httpxmldownloader.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/httpxmldownloader.h (limited to 'src/httpxmldownloader.h') diff --git a/src/httpxmldownloader.h b/src/httpxmldownloader.h deleted file mode 100644 index dbca643..0000000 --- a/src/httpxmldownloader.h +++ /dev/null @@ -1,19 +0,0 @@ - -#ifndef HTTPTEST_H_ -#define HTTPTEST_H_ - -#include -#include -#include -#include - -class HttpXmlDownloader : public QObject { - Q_OBJECT - QNetworkAccessManager* nam; -public: - HttpXmlDownloader(); - QNetworkReply* makeRequest(const QString& xmlurl, const QString& locationIds = QString()); - void connectSlot(QObject* obj, const char* slot); -}; - -#endif /* HTTPTEST_H_ */ -- cgit v1.2.3-55-g7522