partition: apply layout
This commit is contained in:
parent
25de501eb8
commit
baf580f0ac
@ -167,7 +167,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
PartitionLayout& partitionLayout() { return m_partLayout; }
|
PartitionLayout& partitionLayout() { return m_partLayout; }
|
||||||
|
|
||||||
void layoutApply( Device* dev, qint64 firstSector, qint64 lastSector, Config::LuksGeneration luksFsType, QString luksPassphrase );
|
void layoutApply( Device* dev,
|
||||||
|
qint64 firstSector,
|
||||||
|
qint64 lastSector,
|
||||||
|
Config::LuksGeneration luksFsType,
|
||||||
|
QString luksPassphrase );
|
||||||
void layoutApply( Device* dev,
|
void layoutApply( Device* dev,
|
||||||
qint64 firstSector,
|
qint64 firstSector,
|
||||||
qint64 lastSector,
|
qint64 lastSector,
|
||||||
|
Loading…
Reference in New Issue
Block a user