[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

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