mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -4,10 +4,10 @@ int Node::numberOfChildren() const {
|
||||
return m_numberOfChildren;
|
||||
}
|
||||
|
||||
const char * Node::label() const {
|
||||
I18n::Message Node::label() const {
|
||||
return m_label;
|
||||
}
|
||||
|
||||
bool Node::isNull() const {
|
||||
return (m_label == nullptr);
|
||||
return (m_label == I18n::Message::Default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user