And make it build.

main
Teo Mrnjavac 9 years ago
parent 3bf1fe716f
commit b31ac92d7e

@ -76,7 +76,7 @@ PartitionViewStep::continueLoading()
OsproberEntryList osproberEntries = PartUtils::runOsprober( m_core ); OsproberEntryList osproberEntries = PartUtils::runOsprober( m_core );
Q_ASSERT( !m_choicePage ); Q_ASSERT( !m_choicePage );
m_choicePage = new ChoicePage( m_compactMode ); m_choicePage = new ChoicePage();
m_choicePage->init( m_core, osproberEntries ); m_choicePage->init( m_core, osproberEntries );
m_alongsidePage->init( m_core, osproberEntries ); m_alongsidePage->init( m_core, osproberEntries );

Loading…
Cancel
Save