mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps] change name toolBox->toolbox
Change-Id: I55c72fdfdf0334de6c1da55224bb8e2abecba135
This commit is contained in:
9
apps/toolbox_node.cpp
Normal file
9
apps/toolbox_node.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "toolbox_node.h"
|
||||
|
||||
const char * ToolboxNode::text() const {
|
||||
return m_text;
|
||||
}
|
||||
|
||||
const Node * ToolboxNode::children(int index) const {
|
||||
return &m_children[index];
|
||||
}
|
||||
Reference in New Issue
Block a user