mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Rename LinkLabel::getUrl() -> url()
This commit is contained in:
parent
a380c9a877
commit
cff6d1cc65
@ -20,7 +20,7 @@ namespace ui {
|
||||
LinkLabel(const std::string& urlOrText = "");
|
||||
LinkLabel(const std::string& url, const std::string& text);
|
||||
|
||||
const std::string& getUrl() const { return m_url; }
|
||||
const std::string& url() const { return m_url; }
|
||||
void setUrl(const std::string& url);
|
||||
|
||||
base::Signal0<void> Click;
|
||||
|
Loading…
x
Reference in New Issue
Block a user