diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 22:47:55 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 22:47:55 +1000 |
| commit | 14f04e63ebf45d5896effe36b55470d86f735dfb (patch) | |
| tree | ce9ac6deba28917288ccf8d2ed494253d4c9af02 /installer/maintainwindow.h | |
| parent | a1e9542350cc617412781af88d5b33133d4be8f4 (diff) | |
| download | theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.tar.gz theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.tar.bz2 theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.zip | |
Download progress and process checking for uninstall
Diffstat (limited to 'installer/maintainwindow.h')
| -rw-r--r-- | installer/maintainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installer/maintainwindow.h b/installer/maintainwindow.h index 076460d..383bc3e 100644 --- a/installer/maintainwindow.h +++ b/installer/maintainwindow.h @@ -15,6 +15,11 @@ #include <QWinTaskbarProgress> #include <QJsonDocument> #include <QJsonObject> +#include <QDir> +#include <QDirIterator> + +#include <Windows.h> +#include <Psapi.h> namespace Ui { class MaintainWindow; |
