diff options
Diffstat (limited to 'ui/qt5/accountpage.hh')
-rw-r--r-- | ui/qt5/accountpage.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/qt5/accountpage.hh b/ui/qt5/accountpage.hh index de0e9a7..9ca7577 100644 --- a/ui/qt5/accountpage.hh +++ b/ui/qt5/accountpage.hh @@ -21,8 +21,10 @@ class AccountPage : public HorizonWizardPage { public: AccountPage(QWidget *parent = nullptr); - - bool isComplete() const; + bool isComplete() const override; +#ifdef HAS_INSTALL_ENV + bool validatePage() override; +#endif std::array<UserAccountWidget *, 4> accountWidgets; }; |