mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Stub for Alongside page, and logic to detect if alongside is possible.
This commit is contained in:
parent
dbd6573ed4
commit
0801756cd1
7 changed files with 241 additions and 47 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
class ChoicePage;
|
||||
class EraseDiskPage;
|
||||
class AlongsidePage;
|
||||
class PartitionPage;
|
||||
class PartitionCoreModule;
|
||||
class QStackedWidget;
|
||||
|
@ -64,6 +65,7 @@ private:
|
|||
QStackedWidget* m_widget;
|
||||
ChoicePage* m_choicePage;
|
||||
EraseDiskPage* m_erasePage;
|
||||
AlongsidePage* m_alongsidePage;
|
||||
PartitionPage* m_manualPartitionPage;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue