summaryrefslogtreecommitdiff
path: root/ui/qt5/networkingpage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-10 01:17:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-10 01:17:58 -0600
commit7373f047c26807b3834f17f3ed97bab85b05db91 (patch)
treecf7a721c001ba35670d1fab0764e182e8abbf469 /ui/qt5/networkingpage.hh
parent4dfbc5e1d78e8adb74e4af068cf3b89b3aee26b8 (diff)
downloadhorizon-7373f047c26807b3834f17f3ed97bab85b05db91.tar.gz
horizon-7373f047c26807b3834f17f3ed97bab85b05db91.tar.bz2
horizon-7373f047c26807b3834f17f3ed97bab85b05db91.tar.xz
horizon-7373f047c26807b3834f17f3ed97bab85b05db91.zip
Qt UI: Initial work on Networking page
Diffstat (limited to 'ui/qt5/networkingpage.hh')
-rw-r--r--ui/qt5/networkingpage.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/networkingpage.hh b/ui/qt5/networkingpage.hh
index 5914af2..a5f08e5 100644
--- a/ui/qt5/networkingpage.hh
+++ b/ui/qt5/networkingpage.hh
@@ -22,6 +22,7 @@ class NetworkingPage : public HorizonWizardPage {
public:
NetworkingPage(QWidget *parent = nullptr);
+ void initializePage() override;
bool isComplete() const;
int nextId() const;
private: