Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setExplanation
Method
setExplanation
kdevplatform/language/duchain/problem.cpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
void Problem::setExplanation(const QString& explanation)
155
{
156
d_func_dynamic()->explanation = IndexedString(explanation);
157
}
158
159
IProblem::Source Problem::source() const
160
{
Callers
1
readContents
Method · 0.45
Calls
1
IndexedString
Class · 0.70
Tested by
no test coverage detected