diff options
Diffstat (limited to 'client/widgets/listbox.h')
-rw-r--r-- | client/widgets/listbox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h index 658847e..e41838b 100644 --- a/client/widgets/listbox.h +++ b/client/widgets/listbox.h @@ -33,9 +33,8 @@ class ListBox : public QListWidget, public Widget { - public: - ListBox(QDomNode); + ListBox(QDomNode &node); public slots: bool isValid(); |