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/removeworker.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/removeworker.h')
| -rw-r--r-- | installer/process/removeworker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/process/removeworker.h b/installer/process/removeworker.h index aaa344a..9a73316 100644 --- a/installer/process/removeworker.h +++ b/installer/process/removeworker.h @@ -10,6 +10,7 @@ #include <QDir> #include <QTimer> #include <QStandardPaths> +#include <QSettings> class RemoveWorker : public QObject { |
