MCPcopy Create free account
hub / github.com/KDE/kdevelop / clear

Method clear

kdevplatform/language/classmodel/classmodelnode.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void Node::clear()
409{
410 qDeleteAll(m_children);
411 m_children.clear();
412}
413
414void Node::addNode(Node* a_child)
415{

Callers 4

nodeClearedMethod · 0.45
updateChangedFilesMethod · 0.45
nodeClearedMethod · 0.45
updateChangedFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected