[partition] Rename execute to createPartitions

This commit is contained in:
Gaël PORTAY 2020-10-30 10:15:30 -04:00
parent f2bfe2bd6a
commit f03ae06deb
4 changed files with 16 additions and 16 deletions

View file

@ -167,12 +167,12 @@ PartitionLayout::init( const QVariantList& config )
}
QList< Partition* >
PartitionLayout::execute( Device* dev,
qint64 firstSector,
qint64 lastSector,
QString luksPassphrase,
PartitionNode* parent,
const PartitionRole& role )
PartitionLayout::createPartitions( Device* dev,
qint64 firstSector,
qint64 lastSector,
QString luksPassphrase,
PartitionNode* parent,
const PartitionRole& role )
{
QList< Partition* > partList;
// Map each partition entry to its requested size (0 when calculated later)