mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
[libcalamaresui] Remove the signal done() from ViewStep
- The signal is emitted, generally from next(), but not actually used.
This commit is contained in:
parent
e50c2bcb44
commit
08565b5f17
14 changed files with 0 additions and 18 deletions
|
@ -294,23 +294,19 @@ PartitionViewStep::next()
|
|||
}
|
||||
else if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
||||
{
|
||||
emit done();
|
||||
return;
|
||||
}
|
||||
else if ( m_choicePage->currentChoice() == ChoicePage::Alongside )
|
||||
{
|
||||
emit done();
|
||||
return;
|
||||
}
|
||||
else if ( m_choicePage->currentChoice() == ChoicePage::Replace )
|
||||
{
|
||||
emit done();
|
||||
return;
|
||||
}
|
||||
cDebug() << "Choice applied: " << m_choicePage->currentChoice();
|
||||
return;
|
||||
}
|
||||
emit done();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue