summaryrefslogtreecommitdiffstats
path: root/src/httpxmldownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpxmldownloader.h')
-rw-r--r--src/httpxmldownloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httpxmldownloader.h b/src/httpxmldownloader.h
index 7bdaf56..6cfd1a7 100644
--- a/src/httpxmldownloader.h
+++ b/src/httpxmldownloader.h
@@ -12,6 +12,7 @@ class httpxmldownloader : public QObject {
QNetworkAccessManager* nam;
public:
httpxmldownloader();
+ QNetworkReply* makeRequest(const QString& xmlurl);
private slots:
void finishedSlot(QNetworkReply*);
};