[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:
Adriaan de Groot 2019-02-25 07:49:10 -05:00
parent 08565b5f17
commit 6071489788
26 changed files with 10 additions and 169 deletions

View file

@ -51,17 +51,6 @@ SummaryViewStep::widget()
}
void
SummaryViewStep::next()
{
}
void
SummaryViewStep::back()
{}
bool
SummaryViewStep::isNextEnabled() const
{