mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
PluginFactory in Partition module.
This commit is contained in:
parent
316909303c
commit
7e6c626a0b
2 changed files with 11 additions and 6 deletions
|
@ -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>(); )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue