aboutsummaryrefslogtreecommitdiff
path: root/installer/process/installworker.h
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-07-13 14:55:07 +1000
committerVictor Tran <vicr12345@gmail.com>2018-07-13 14:55:07 +1000
commite8ca150c38478cfd4a762dccd3da1752ee19ab29 (patch)
tree57038a26154d95206940fadc3e823f8038b70c11 /installer/process/installworker.h
parentabc4021919f406ee25e101122144879f8770d51d (diff)
downloadtheInstaller-e8ca150c38478cfd4a762dccd3da1752ee19ab29.tar.gz
theInstaller-e8ca150c38478cfd4a762dccd3da1752ee19ab29.tar.bz2
theInstaller-e8ca150c38478cfd4a762dccd3da1752ee19ab29.zip
Add/Remove Programs support
Diffstat (limited to 'installer/process/installworker.h')
-rw-r--r--installer/process/installworker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/process/installworker.h b/installer/process/installworker.h
index c98763b..ea0db48 100644
--- a/installer/process/installworker.h
+++ b/installer/process/installworker.h
@@ -15,10 +15,12 @@
#include <QStandardPaths>
#include <QJsonDocument>
#include <QJsonObject>
+#include <QUuid>
+#include <QSettings>
#include <quazip/JlCompress.h>
-#include <iostream>
+#include <winreg.h>
class InstallWorker : public QObject
{