mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Move Osprober to PCM and add Osprober roles to PartitionModel.
This commit is contained in:
parent
7b66514bf5
commit
0224811bf6
9 changed files with 63 additions and 23 deletions
|
@ -74,13 +74,11 @@ PartitionViewStep::PartitionViewStep( QObject* parent )
|
|||
void
|
||||
PartitionViewStep::continueLoading()
|
||||
{
|
||||
OsproberEntryList osproberEntries = PartUtils::runOsprober( m_core );
|
||||
|
||||
Q_ASSERT( !m_choicePage );
|
||||
m_choicePage = new ChoicePage();
|
||||
|
||||
m_choicePage->init( m_core, osproberEntries );
|
||||
m_alongsidePage->init( m_core, osproberEntries );
|
||||
m_choicePage->init( m_core );
|
||||
m_alongsidePage->init( m_core );
|
||||
|
||||
m_widget->addWidget( m_choicePage );
|
||||
m_widget->addWidget( m_manualPartitionPage );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue