And make it build.

This commit is contained in:
Teo Mrnjavac 2015-11-26 15:31:43 +01:00
parent 3bf1fe716f
commit b31ac92d7e

View File

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