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

Method setValue

kdevplatform/debugger/variable/variablecollection.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void Variable::setValue(const QString& v)
82{
83 auto& currentValue = itemData[VariableCollection::ValueColumn];
84 if (v != currentValue) {
85 currentValue = v;
86 reportChange(VariableCollection::ValueColumn);
87 }
88}
89
90QString Variable::value() const
91{

Callers 1

setItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected