aboutsummaryrefslogtreecommitdiff
path: root/installer/maintainwindow.h
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-07-13 22:47:55 +1000
committerVictor Tran <vicr12345@gmail.com>2018-07-13 22:47:55 +1000
commit14f04e63ebf45d5896effe36b55470d86f735dfb (patch)
treece9ac6deba28917288ccf8d2ed494253d4c9af02 /installer/maintainwindow.h
parenta1e9542350cc617412781af88d5b33133d4be8f4 (diff)
downloadtheInstaller-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.h5
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;