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

Method copyVariableValue

kdevplatform/debugger/variable/variablewidget.cpp:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void VariableTree::copyVariableValue()
337{
338 const auto* const selectedVariable = this->selectedVariable();
339 if (!selectedVariable)
340 return;
341 QApplication::clipboard()->setText(selectedVariable->value());
342}
343
344void VariableTree::stopOnChange()
345{

Callers

nothing calls this directly

Calls 3

selectedVariableMethod · 0.95
setTextMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected