Add possibility to create an empty LinkLabel

This commit is contained in:
David Capello 2015-12-15 17:07:13 -03:00
parent e422acff1f
commit a380c9a877

View File

@ -17,7 +17,7 @@ namespace ui {
class LinkLabel : public CustomLabel {
public:
LinkLabel(const std::string& urlOrText);
LinkLabel(const std::string& urlOrText = "");
LinkLabel(const std::string& url, const std::string& text);
const std::string& getUrl() const { return m_url; }