mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[apps] In toolbox, indicate the arguments for every function
Change-Id: I8c6d8beea12ae0e99a5042e9b6e5b09181209dbc
This commit is contained in:
@@ -4,6 +4,10 @@ I18n::Message ToolboxNode::text() const {
|
||||
return m_text;
|
||||
}
|
||||
|
||||
I18n::Message ToolboxNode::insertedText() const {
|
||||
return m_insertedText;
|
||||
}
|
||||
|
||||
const Node * ToolboxNode::children(int index) const {
|
||||
return &m_children[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user