From 93ebeb837625d9db5bbc8a5575f73eded60d5b8d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 2 Oct 2016 07:11:37 -0500 Subject: Add some starts of a network config part --- networkingpage.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'networkingpage.hh') diff --git a/networkingpage.hh b/networkingpage.hh index bf517f8..6a880ca 100644 --- a/networkingpage.hh +++ b/networkingpage.hh @@ -3,10 +3,16 @@ #include "horizonwizardpage.hh" +#include + class NetworkingPage : public HorizonWizardPage { public: NetworkingPage(QWidget *parent = 0); + + bool isComplete() const; +private: + QButtonGroup *radioGroup; }; #endif // NETWORKINGPAGE_HH -- cgit v1.2.3-70-g09d2