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

Method resetChanged

kdevplatform/debugger/variable/variablecollection.cpp:160–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void Variable::resetChanged()
161{
162 setChanged(false);
163 for (int i=0; i<childCount(); ++i) {
164 TreeItem* childItem = child(i);
165 if (qobject_cast<Variable*>(childItem)) {
166 static_cast<Variable*>(childItem)->resetChanged();
167 }
168 }
169}
170
171Variable::format_t Variable::str2format(const QString& str)
172{

Callers 1

handleEventMethod · 0.80

Calls 1

childFunction · 0.85

Tested by

no test coverage detected