mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
And make it build.
This commit is contained in:
parent
3bf1fe716f
commit
b31ac92d7e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ PartitionViewStep::continueLoading()
|
|||
OsproberEntryList osproberEntries = PartUtils::runOsprober( m_core );
|
||||
|
||||
Q_ASSERT( !m_choicePage );
|
||||
m_choicePage = new ChoicePage( m_compactMode );
|
||||
m_choicePage = new ChoicePage();
|
||||
|
||||
m_choicePage->init( m_core, osproberEntries );
|
||||
m_alongsidePage->init( m_core, osproberEntries );
|
||||
|
|
Loading…
Add table
Reference in a new issue