mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[libcalamaresui] Provide default implementations of next() and back()
- These methods are used for multi-page view-steps, which are rare. For all the others, just drop the empty implementation and defer to the base class.
This commit is contained in:
parent
08565b5f17
commit
6071489788
26 changed files with 10 additions and 169 deletions
|
@ -51,17 +51,6 @@ SummaryViewStep::widget()
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
SummaryViewStep::next()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
SummaryViewStep::back()
|
||||
{}
|
||||
|
||||
|
||||
bool
|
||||
SummaryViewStep::isNextEnabled() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue