mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -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
|
@ -43,9 +43,6 @@ public:
|
|||
|
||||
QWidget* widget() override;
|
||||
|
||||
void next() override;
|
||||
void back() override;
|
||||
|
||||
bool isNextEnabled() const override;
|
||||
bool isBackEnabled() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue