summaryrefslogtreecommitdiff
path: root/ui/qt5/networkingpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/networkingpage.hh')
-rw-r--r--ui/qt5/networkingpage.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt5/networkingpage.hh b/ui/qt5/networkingpage.hh
index a5f08e5..7bd03cf 100644
--- a/ui/qt5/networkingpage.hh
+++ b/ui/qt5/networkingpage.hh
@@ -23,8 +23,8 @@ public:
NetworkingPage(QWidget *parent = nullptr);
void initializePage() override;
- bool isComplete() const;
- int nextId() const;
+ bool isComplete() const override;
+ int nextId() const override;
private:
QButtonGroup *radioGroup;
QRadioButton *simple, *advanced, *skip;