diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 00:39:24 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 00:39:24 +1000 |
| commit | abc4021919f406ee25e101122144879f8770d51d (patch) | |
| tree | 9f835b216b8481e84fb988e495da42c1aa1aa20a /installer/process/installworker.h | |
| parent | 2adcd4f24eca2fa529c42fc1165319bcc4ea179e (diff) | |
| download | theInstaller-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.h | 5 |
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> |
