aboutsummaryrefslogtreecommitdiff
path: root/installer/process/installworker.h
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-07-13 00:39:24 +1000
committerVictor Tran <vicr12345@gmail.com>2018-07-13 00:39:24 +1000
commitabc4021919f406ee25e101122144879f8770d51d (patch)
tree9f835b216b8481e84fb988e495da42c1aa1aa20a /installer/process/installworker.h
parent2adcd4f24eca2fa529c42fc1165319bcc4ea179e (diff)
downloadtheInstaller-abc4021919f406ee25e101122144879f8770d51d.tar.gz
theInstaller-abc4021919f406ee25e101122144879f8770d51d.tar.bz2
theInstaller-abc4021919f406ee25e101122144879f8770d51d.zip
Uninstall support
Diffstat (limited to 'installer/process/installworker.h')
-rw-r--r--installer/process/installworker.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/process/installworker.h b/installer/process/installworker.h
index 84cbc48..c98763b 100644
--- a/installer/process/installworker.h
+++ b/installer/process/installworker.h
@@ -12,6 +12,11 @@
#include <QNetworkReply>
#include <QTemporaryFile>
#include <QTemporaryDir>
+#include <QStandardPaths>
+#include <QJsonDocument>
+#include <QJsonObject>
+
+#include <quazip/JlCompress.h>
#include <iostream>