diff options
Diffstat (limited to 'networkingpage.hh')
-rw-r--r-- | networkingpage.hh | 6 |
1 files changed, 6 insertions, 0 deletions
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 <QButtonGroup> + class NetworkingPage : public HorizonWizardPage { public: NetworkingPage(QWidget *parent = 0); + + bool isComplete() const; +private: + QButtonGroup *radioGroup; }; #endif // NETWORKINGPAGE_HH |