Add possibility to create empty ui::ListItems

This commit is contained in:
David Capello 2015-12-15 17:06:05 -03:00
parent c49abf9969
commit d8417df35f

View File

@ -14,7 +14,7 @@ namespace ui {
class ListItem : public Widget {
public:
ListItem(const std::string& text);
ListItem(const std::string& text = "");
const std::string& getValue() const { return m_value; }