Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void Variable::setShowError (bool v)
128
{
129
if (v != m_showError) {
130
m_showError = v;
131
reportChange();
132
}
133
}
134
135
bool Variable::showError() const
136
{
Callers
1
handle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected