summaryrefslogtreecommitdiffstats
path: root/src/httpxmldownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpxmldownloader.h')
-rw-r--r--src/httpxmldownloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpxmldownloader.h b/src/httpxmldownloader.h
index ef6444f..068a733 100644
--- a/src/httpxmldownloader.h
+++ b/src/httpxmldownloader.h
@@ -12,7 +12,7 @@ class HttpXmlDownloader : public QObject {
QNetworkAccessManager* nam;
public:
HttpXmlDownloader();
- QNetworkReply* makeRequest(const QString& xmlurl);
+ QNetworkReply* makeRequest(const QString& xmlurl, const QString& locationIds = QString());
void connectSlot(QObject* obj, const char* slot);
};