summaryrefslogtreecommitdiff
path: root/ui/qt5/networkifacepage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/networkifacepage.hh')
-rw-r--r--ui/qt5/networkifacepage.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt5/networkifacepage.hh b/ui/qt5/networkifacepage.hh
index bcd37c6..05b0e2b 100644
--- a/ui/qt5/networkifacepage.hh
+++ b/ui/qt5/networkifacepage.hh
@@ -13,12 +13,18 @@
#ifndef NETWORKIFACEPAGE_HH
#define NETWORKIFACEPAGE_HH
+#include <QListWidget>
+
#include "horizonwizardpage.hh"
class NetworkIfacePage : public HorizonWizardPage {
public:
NetworkIfacePage(QWidget *parent = nullptr);
void initializePage() override;
+ bool isComplete() const;
+ int nextId() const;
+private:
+ QListWidget *ifaceList;
};
#endif /* !NETWORKIFACEPAGE_HH */