[apps] change name toolBox->toolbox

Change-Id: I55c72fdfdf0334de6c1da55224bb8e2abecba135
This commit is contained in:
Émilie Feral
2016-11-10 11:56:13 +01:00
parent 3ccc240d05
commit b220ed5dd8
11 changed files with 79 additions and 78 deletions

9
apps/toolbox_node.cpp Normal file
View 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];
}