mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
PluginFactory in Welcome module.
This commit is contained in:
parent
d91f00f334
commit
420c2cf7c4
2 changed files with 8 additions and 5 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <QVariant>
|
||||
|
||||
CALAMARES_PLUGIN_FACTORY_DEFINITION( WelcomeViewStepFactory, registerPlugin<WelcomeViewStep>(); )
|
||||
|
||||
WelcomeViewStep::WelcomeViewStep( QObject* parent )
|
||||
: Calamares::ViewStep( parent )
|
||||
, m_requirementsChecker( new RequirementsChecker( this ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue