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

Method appendChild

kdevplatform/language/codecompletion/codecompletionitem.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void CompletionTreeNode::appendChild(QExplicitlySharedDataPointer<KDevelop::CompletionTreeElement> child)
71{
72 child->setParent(this);
73 children << child;
74}
75
76int CompletionTreeElement::columnInParent() const
77{

Callers

nothing calls this directly

Calls 1

setParentMethod · 0.45

Tested by

no test coverage detected