summaryrefslogtreecommitdiff
path: root/ui/qt5/networkifacepage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-15 14:36:03 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-15 14:36:03 -0600
commit5967de4afb4e00f136baab49cacd11b7f9b725bb (patch)
tree96b2c89aae3bded09c230b1a8d39973d746d6c71 /ui/qt5/networkifacepage.hh
parent77a4ad101732fa77ff7253bc6bda06c180a9fe2a (diff)
downloadhorizon-5967de4afb4e00f136baab49cacd11b7f9b725bb.tar.gz
horizon-5967de4afb4e00f136baab49cacd11b7f9b725bb.tar.bz2
horizon-5967de4afb4e00f136baab49cacd11b7f9b725bb.tar.xz
horizon-5967de4afb4e00f136baab49cacd11b7f9b725bb.zip
Qt UI: Add UI.Network.Automatic page and logic
Diffstat (limited to 'ui/qt5/networkifacepage.hh')
-rw-r--r--ui/qt5/networkifacepage.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt5/networkifacepage.hh b/ui/qt5/networkifacepage.hh
index 05b0e2b..d9141e9 100644
--- a/ui/qt5/networkifacepage.hh
+++ b/ui/qt5/networkifacepage.hh
@@ -21,8 +21,9 @@ class NetworkIfacePage : public HorizonWizardPage {
public:
NetworkIfacePage(QWidget *parent = nullptr);
void initializePage() override;
- bool isComplete() const;
- int nextId() const;
+ bool isComplete() const override;
+ int nextId() const override;
+ bool validatePage() override;
private:
QListWidget *ifaceList;
};