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

Method setShowError

kdevplatform/debugger/variable/variablecollection.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Variable::setShowError (bool v)
128{
129 if (v != m_showError) {
130 m_showError = v;
131 reportChange();
132 }
133}
134
135bool Variable::showError() const
136{

Callers 1

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected