summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsession.h')
-rw-r--r--src/vsession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vsession.h b/src/vsession.h
index 8bbcc7e..f13c377 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -7,6 +7,7 @@
#include <QDir>
#include <QProcess>
#include "session.h"
+#include "httpxmldownloader.h"
enum ImgType {
VMWARE,
@@ -61,6 +62,7 @@ class VSession : public Session {
static QList<Session*> readXmlDir(const QString& path);
static QList<Session*> readXmlFile(const QString& filepath);
+ static QList<Session*> readXmlUrl(const QString& xmlurl, httpxmldownloader& httpxmldownloader);
private:
QDomDocument doc_;