diff options
Diffstat (limited to 'client/widgets/combobox.cc')
-rw-r--r-- | client/widgets/combobox.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc index 3856bed..d6d6483 100644 --- a/client/widgets/combobox.cc +++ b/client/widgets/combobox.cc @@ -67,12 +67,11 @@ ComboBox::ComboBox(QDomNode &node, MacroWindow *macrowindow) } } + /* // This is done later if(elem.hasAttribute("value")) { setValue(elem.attribute("value")); } - - - // addItems(itemlist); + */ types_t combotype = SELECT; if(elem.hasAttribute("type")) { |