mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 00:18:22 -04:00
[partition] Warnings-- (uninitialized value)
This commit is contained in:
parent
df1d7dea61
commit
0ec77f5d85
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ ChoicePage::updateActionChoicePreview( InstallChoice choice )
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also handle selection behavior on beforeFrame.
|
// Also handle selection behavior on beforeFrame.
|
||||||
QAbstractItemView::SelectionMode previewSelectionMode;
|
QAbstractItemView::SelectionMode previewSelectionMode = QAbstractItemView::NoSelection;
|
||||||
switch ( m_config->installChoice() )
|
switch ( m_config->installChoice() )
|
||||||
{
|
{
|
||||||
case InstallChoice::Replace:
|
case InstallChoice::Replace:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue