Hook up ReplacePage in ChoicePage and PartitionViewStep.

This commit is contained in:
Teo Mrnjavac 2014-12-16 17:04:09 +01:00
parent 2f2ef73f20
commit 0da99d0866
4 changed files with 58 additions and 2 deletions

View file

@ -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