Add encryption support in PartitionActions::doReplacePartition.

This commit is contained in:
Teo Mrnjavac 2016-06-03 16:39:28 +02:00
parent 6cd1bf6b3d
commit e84108e234
3 changed files with 34 additions and 12 deletions

View file

@ -661,7 +661,8 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current,
if ( selectedPartition )
PartitionActions::doReplacePartition( m_core,
selectedDevice(),
selectedPartition );
selectedPartition,
m_encryptWidget->passphrase() );
}
} ),
[=]