[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

@ -43,9 +43,6 @@ public:
QWidget* widget() override;
void next() override;
void back() override;
bool isNextEnabled() const override;
bool isBackEnabled() const override;