diff options
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r-- | client/widgets/combobox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index 06d3856..ab92e64 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -33,9 +33,8 @@ class ComboBox : public QComboBox, public Widget { - public: - ComboBox(QDomNode); + ComboBox(QDomNode &node); public slots: bool isValid(); |