mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Use PluginFactory in License module.
This commit is contained in:
parent
43438b633c
commit
4b57749945
2 changed files with 9 additions and 7 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include <QVariantMap>
|
||||
|
||||
CALAMARES_PLUGIN_FACTORY_DEFINITION( LicenseViewStepFactory, registerPlugin<LicenseViewStep>(); )
|
||||
|
||||
LicenseViewStep::LicenseViewStep( QObject* parent )
|
||||
: Calamares::ViewStep( parent )
|
||||
, m_widget( new LicensePage )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue