diff options
Diffstat (limited to 'ui/qt5/netdhcppage.hh')
-rw-r--r-- | ui/qt5/netdhcppage.hh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/qt5/netdhcppage.hh b/ui/qt5/netdhcppage.hh index 5d0f3fd..84aaff6 100644 --- a/ui/qt5/netdhcppage.hh +++ b/ui/qt5/netdhcppage.hh @@ -3,7 +3,7 @@ * horizon-qt5, the Qt 5 user interface for * Project Horizon * - * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved. + * Copyright (c) 2019-2020 Adélie Linux and contributors. All rights reserved. * This code is licensed under the AGPL 3.0 license, as noted in the * LICENSE-code file in the root directory of this repository. * @@ -23,10 +23,11 @@ class NetDHCPPage : public HorizonWizardPage { public: - NetDHCPPage(QWidget *parent = nullptr); + explicit NetDHCPPage(QWidget *parent = nullptr); - void initializePage(); - bool isComplete() const; + void initializePage() override; + bool isComplete() const override; + int nextId() const override; private: StepProgressWidget *progress; QLabel *information; |