summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index ce5c22d..b39287c 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -14,6 +14,7 @@
#define HORIZONWIZARD_HH
#include <diskman/disk.hh>
+#include <QProcess>
#include <QShortcut>
#include <QWizard>
#include <map>
@@ -159,6 +160,8 @@ public:
#ifdef HAS_INSTALL_ENV
/*! The disks present on this computer. */
std::vector<Horizon::DiskMan::Disk> disks;
+ /*! Any spawned tools from the intro page. */
+ std::vector<QProcess *> tools;
#endif
/*! Whether to automatically partition the disk. */
bool auto_part;