diff options
Diffstat (limited to 'client/widgets/groupbox.h')
-rw-r--r-- | client/widgets/groupbox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index aa51aea..0cc1890 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -33,9 +33,8 @@ class GroupBox : public QGroupBox, public Widget { - public: - GroupBox(QDomNode node); + GroupBox(QDomNode &node); public slots: QString getValue(); |