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

Method changeVariableFormat

kdevplatform/debugger/variable/variablewidget.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void VariableTree::changeVariableFormat(int format)
321{
322 auto* const selectedVariable = this->selectedVariable();
323 if (!selectedVariable)
324 return;
325 selectedVariable->setFormat(static_cast<Variable::format_t>(format));
326}
327
328void VariableTree::watchDelete()
329{

Callers

nothing calls this directly

Calls 2

selectedVariableMethod · 0.95
setFormatMethod · 0.45

Tested by

no test coverage detected