Searched refs:totalSubItems (Results 1 – 1 of 1) sorted by relevance
880 int totalSubItems = 0; in showTreeWithIndent() local882 totalSubItems += m_children[i]->showTreeWithIndent(indentLevel + 1); in showTreeWithIndent()883 return totalSubItems + 1; in showTreeWithIndent()