PluginFactory in Partition module.

This commit is contained in:
Teo Mrnjavac 2015-09-09 18:52:08 +02:00
parent 316909303c
commit 7e6c626a0b
2 changed files with 11 additions and 6 deletions

View file

@ -508,3 +508,5 @@ PartitionViewStep::canBeResized( const QString& partitionPath )
cDebug() << "Partition" << partitionWithOs << "CANNOT BE RESIZED FOR AUTOINSTALL.";
return false;
}
CALAMARES_PLUGIN_FACTORY_DEFINITION( PartitionViewStepFactory, registerPlugin<PartitionViewStep>(); )