diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-23 01:10:29 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-23 01:10:29 -0600 |
commit | 5575b3475bdbad44f5e05f1b7755859a14f9a84c (patch) | |
tree | 19d54ad059102dcaa155e34ae71f56ef4e0cdef5 /ui/qt5/networkingpage.hh | |
parent | fb44b255c84c44dbf5be0565c6fa4a6bdc205c21 (diff) | |
download | horizon-5575b3475bdbad44f5e05f1b7755859a14f9a84c.tar.gz horizon-5575b3475bdbad44f5e05f1b7755859a14f9a84c.tar.bz2 horizon-5575b3475bdbad44f5e05f1b7755859a14f9a84c.tar.xz horizon-5575b3475bdbad44f5e05f1b7755859a14f9a84c.zip |
Qt UI: Fix issues identified by static analysis
Diffstat (limited to 'ui/qt5/networkingpage.hh')
-rw-r--r-- | ui/qt5/networkingpage.hh | 4 |
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; |