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

Method removeSelf

kdevplatform/debugger/util/treeitem.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void TreeItem::removeSelf()
98{
99 QModelIndex modelIndex = model_->indexForItem(this, 0);
100 parentItem->removeChild(modelIndex.row());
101}
102
103void TreeItem::deleteChildren()
104{

Callers

nothing calls this directly

Calls 3

indexForItemMethod · 0.80
removeChildMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected