mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[partition] Rename execute to createPartitions
This commit is contained in:
parent
f2bfe2bd6a
commit
f03ae06deb
4 changed files with 16 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue