MCPcopy 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
154void Problem::setExplanation(const QString& explanation)
155{
156 d_func_dynamic()->explanation = IndexedString(explanation);
157}
158
159IProblem::Source Problem::source() const
160{

Callers 1

readContentsMethod · 0.45

Calls 1

IndexedStringClass · 0.70

Tested by

no test coverage detected