Use PluginFactory in License module.

This commit is contained in:
Teo Mrnjavac 2015-09-15 17:21:19 +02:00
parent 43438b633c
commit 4b57749945
2 changed files with 9 additions and 7 deletions

View file

@ -26,6 +26,8 @@
#include <QVariantMap>
CALAMARES_PLUGIN_FACTORY_DEFINITION( LicenseViewStepFactory, registerPlugin<LicenseViewStep>(); )
LicenseViewStep::LicenseViewStep( QObject* parent )
: Calamares::ViewStep( parent )
, m_widget( new LicensePage )