summaryrefslogtreecommitdiffstats
path: root/src/httpxmldownloader.h
diff options
context:
space:
mode:
authorNils Schwabe2014-03-06 16:02:08 +0100
committerNils Schwabe2014-03-06 16:02:08 +0100
commitb1117bb9e31018460b5adc05428842555d47c1b9 (patch)
treec472454b3e795bf2a3712899653a5d166dfb8645 /src/httpxmldownloader.h
parent- included the --url commandline options for a xml url (diff)
downloadvmchooser2-b1117bb9e31018460b5adc05428842555d47c1b9.tar.gz
vmchooser2-b1117bb9e31018460b5adc05428842555d47c1b9.tar.xz
vmchooser2-b1117bb9e31018460b5adc05428842555d47c1b9.zip
vmchooser is now able to get vsessions from a given url
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_ */