mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
Add page for erase+install operation.
This commit is contained in:
parent
dab5a05116
commit
ef703b0859
6 changed files with 174 additions and 6 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "PluginDllMacro.h"
|
||||
|
||||
class ChoicePage;
|
||||
class EraseDiskPage;
|
||||
class PartitionPage;
|
||||
class PartitionCoreModule;
|
||||
class QStackedWidget;
|
||||
|
@ -62,6 +63,7 @@ private:
|
|||
PartitionCoreModule* m_core;
|
||||
QStackedWidget* m_widget;
|
||||
ChoicePage* m_choicePage;
|
||||
EraseDiskPage* m_erasePage;
|
||||
PartitionPage* m_manualPartitionPage;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue