[partition] Reduce warnings

main
Adriaan de Groot 7 years ago
parent 14e2a8a212
commit 2c6ff26aaa

@ -107,9 +107,9 @@ ChoicePage::ChoicePage( const SwapChoiceSet& swapChoices, QWidget* parent )
, m_bootloaderComboBox( nullptr ) , m_bootloaderComboBox( nullptr )
, m_lastSelectedDeviceIndex( -1 ) , m_lastSelectedDeviceIndex( -1 )
, m_enableEncryptionWidget( true ) , m_enableEncryptionWidget( true )
, m_allowManualPartitioning( true )
, m_availableSwapChoices( swapChoices ) , m_availableSwapChoices( swapChoices )
, m_eraseSwapChoice( pickOne( swapChoices ) ) , m_eraseSwapChoice( pickOne( swapChoices ) )
, m_allowManualPartitioning( true )
{ {
setupUi( this ); setupUi( this );

Loading…
Cancel
Save