mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[partition] Reduce warnings
This commit is contained in:
parent
14e2a8a212
commit
2c6ff26aaa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue