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

Method addChild

kdevplatform/shell/progresswidget/progressmanager.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void ProgressItem::addChild( ProgressItem *kiddo )
50{
51 mChildren.insert( kiddo, true );
52}
53
54void ProgressItem::removeChild( ProgressItem *kiddo )
55{

Callers 10

addProblemMethod · 0.80
setProblemsMethod · 0.80
addDiagnosticsFunction · 0.80
addProblemMethod · 0.80
addProblemMethod · 0.80
addProblemMethod · 0.80
testChildrenMethod · 0.80
createPasteStatsWidgetFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by 1

testChildrenMethod · 0.64