summaryrefslogtreecommitdiffstats
path: root/src/httpxmldownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpxmldownloader.h')
-rw-r--r--src/httpxmldownloader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/httpxmldownloader.h b/src/httpxmldownloader.h
index 6cfd1a7..c30e0f8 100644
--- a/src/httpxmldownloader.h
+++ b/src/httpxmldownloader.h
@@ -13,8 +13,7 @@ class httpxmldownloader : public QObject {
public:
httpxmldownloader();
QNetworkReply* makeRequest(const QString& xmlurl);
-private slots:
- void finishedSlot(QNetworkReply*);
+ void connectSlot(QObject* obj, const char* slot);
};
#endif /* HTTPTEST_H_ */