mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Hook up ReplacePage in ChoicePage and PartitionViewStep.
This commit is contained in:
parent
2f2ef73f20
commit
0da99d0866
4 changed files with 58 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
||||
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
|
||||
*
|
||||
* Calamares is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -28,6 +29,7 @@ class ChoicePage;
|
|||
class EraseDiskPage;
|
||||
class AlongsidePage;
|
||||
class PartitionPage;
|
||||
class ReplacePage;
|
||||
class PartitionCoreModule;
|
||||
class QStackedWidget;
|
||||
|
||||
|
@ -71,6 +73,7 @@ private:
|
|||
EraseDiskPage* m_erasePage;
|
||||
AlongsidePage* m_alongsidePage;
|
||||
PartitionPage* m_manualPartitionPage;
|
||||
ReplacePage* m_replacePage;
|
||||
};
|
||||
|
||||
#endif // PARTITIONVIEWSTEP_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue