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

Method watchDelete

kdevplatform/debugger/variable/variablewidget.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void VariableTree::watchDelete()
329{
330 auto* const selectedVariable = this->selectedVariable();
331 if (!selectedVariable || !qobject_cast<Watches*>(selectedVariable->parent()))
332 return;
333 selectedVariable->die();
334}
335
336void VariableTree::copyVariableValue()
337{

Callers

nothing calls this directly

Calls 3

selectedVariableMethod · 0.95
parentMethod · 0.45
dieMethod · 0.45

Tested by

no test coverage detected