diff options
Diffstat (limited to 'client/widgets/radiobutton.h')
-rw-r--r-- | client/widgets/radiobutton.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/widgets/radiobutton.h b/client/widgets/radiobutton.h index c2b7264..66c971e 100644 --- a/client/widgets/radiobutton.h +++ b/client/widgets/radiobutton.h @@ -35,9 +35,8 @@ class RadioButton : public QRadioButton { - public: - RadioButton(QDomNode, bool); + RadioButton(QDomNode &node, bool radio_bool); public slots: QString getValue(); |