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

Method setExplanation

kdevplatform/shell/problem.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void DetectedProblem::setExplanation(const QString &explanation)
139{
140 Q_D(DetectedProblem);
141
142 d->m_explanation = explanation;
143}
144
145IProblem::Severity DetectedProblem::severity() const
146{

Callers 7

testExplanationMethod · 0.45
processStderrLinesMethod · 0.45
postProcessStderrMethod · 0.45
getProblemMethod · 0.45
createExternalProblemMethod · 0.45
problemsForFileMethod · 0.45
addDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

testExplanationMethod · 0.36