[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

@ -875,7 +875,7 @@ PartitionCoreModule::layoutApply( Device* dev,
const PartitionRole& role )
{
bool isEfi = PartUtils::isEfiSystem();
QList< Partition* > partList = m_partLayout.execute( dev, firstSector, lastSector, luksPassphrase, parent, role );
QList< Partition* > partList = m_partLayout.createPartitions( dev, firstSector, lastSector, luksPassphrase, parent, role );
// Partition::mountPoint() tells us where it is mounted **now**, while
// PartitionInfo::mountPoint() says where it will be mounted in the target system.