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

Method setFormat

kdevplatform/debugger/variable/variablecollection.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194void Variable::setFormat(Variable::format_t format)
195{
196 if (m_format != format) {
197 m_format = format;
198 formatChanged();
199 }
200}
201
202void Variable::formatChanged()
203{

Callers 3

changeVariableFormatMethod · 0.45
infoMessageMethod · 0.45
projectReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected