diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 14:55:07 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 14:55:07 +1000 |
| commit | e8ca150c38478cfd4a762dccd3da1752ee19ab29 (patch) | |
| tree | 57038a26154d95206940fadc3e823f8038b70c11 /installer/process/installworker.h | |
| parent | abc4021919f406ee25e101122144879f8770d51d (diff) | |
| download | theInstaller-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.h | 4 |
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 { |
