summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8ccbba2..d1b0ace 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,6 +18,7 @@
#include "save_restore_session.h"
#include "vsession.h"
#include "xsession.h"
+#include "httpxmldownloader.h"
bool myLessThan(Session* a, Session* b) {
return *a < *b;
@@ -50,6 +51,11 @@ int main(int argc, char *argv[]) {
"\nFILE can be a vmware .xml or an X .desktop file\n")
.toUtf8().data());
+ // ---------
+ std::cout << "testing http" << std::endl;
+ httpxmldownloader httpxmldownloader;
+ // ---------
+
if (cmdOptions.contains("error")) {
std::cerr << usage;
return EXIT_FAILURE;