summaryrefslogtreecommitdiff
path: root/networkingpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'networkingpage.hh')
-rw-r--r--networkingpage.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/networkingpage.hh b/networkingpage.hh
index 6a880ca..a861f01 100644
--- a/networkingpage.hh
+++ b/networkingpage.hh
@@ -4,6 +4,7 @@
#include "horizonwizardpage.hh"
#include <QButtonGroup>
+#include <QRadioButton>
class NetworkingPage : public HorizonWizardPage
{
@@ -11,8 +12,10 @@ public:
NetworkingPage(QWidget *parent = 0);
bool isComplete() const;
+ int nextId() const;
private:
QButtonGroup *radioGroup;
+ QRadioButton *simple, *advanced, *skip;
};
#endif // NETWORKINGPAGE_HH