mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
PluginFactory in Summary module.
This commit is contained in:
parent
0bd64163a5
commit
316909303c
2 changed files with 9 additions and 6 deletions
|
@ -20,9 +20,11 @@
|
|||
|
||||
#include "SummaryPage.h"
|
||||
|
||||
CALAMARES_PLUGIN_FACTORY_DEFINITION( SummaryViewStepFactory, registerPlugin<SummaryViewStep>(); )
|
||||
|
||||
SummaryViewStep::SummaryViewStep( QObject* parent )
|
||||
: Calamares::ViewStep( parent )
|
||||
, m_widget( new SummaryPage() )
|
||||
, m_widget( new SummaryPage( this ) )
|
||||
{
|
||||
emit nextStatusChanged( true );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue