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

Method reinstall

kdevplatform/debugger/variable/variablecollection.cpp:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void Watches::reinstall()
309{
310 for (int i = 0; i < childItems.size(); ++i)
311 {
312 auto* v = static_cast<Variable*>(child(i));
313 v->attachMaybe();
314 }
315}
316
317Locals::Locals(TreeModel* model, TreeItem* parent, const QString &name)
318: TreeItem(model, parent)

Callers 2

updateMethod · 0.80
updateMethod · 0.80

Calls 3

childFunction · 0.85
attachMaybeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected