summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:42:16 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:42:16 -0600
commitfb44b255c84c44dbf5be0565c6fa4a6bdc205c21 (patch)
treedaf6ec1ab47d7bba4e2ad0f14a2c1207d3316279 /ui/qt5/horizonwizard.hh
parentcd4b6c97869ae7f30dca91d0916b46b94e9bc0bf (diff)
downloadhorizon-fb44b255c84c44dbf5be0565c6fa4a6bdc205c21.tar.gz
horizon-fb44b255c84c44dbf5be0565c6fa4a6bdc205c21.tar.bz2
horizon-fb44b255c84c44dbf5be0565c6fa4a6bdc205c21.tar.xz
horizon-fb44b255c84c44dbf5be0565c6fa4a6bdc205c21.zip
Qt UI: Initial draft of automatic partitioning system
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 33b980a..bf53ae0 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -103,6 +103,13 @@ public:
UnknownCPU
};
+ enum Subarch {
+ NoSubarch,
+ ppc64_PowerMac,
+ ppc64_pSeries,
+ ppc64_PowerNV
+ };
+
enum PackageType {
Standard,
Mobile,
@@ -136,6 +143,8 @@ public:
std::string version;
/*! The architecture being installed. */
Arch arch;
+ /*! If relevant, the subtype of the architecture being installed. */
+ Subarch subarch;
#ifdef HAS_INSTALL_ENV
/*! The disks present on this computer. */
std::vector<Horizon::DiskMan::Disk> disks;