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

Method explanation

kdevplatform/shell/problem.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131QString DetectedProblem::explanation() const
132{
133 Q_D(const DetectedProblem);
134
135 return d->m_explanation;
136}
137
138void DetectedProblem::setExplanation(const QString &explanation)
139{

Callers 10

dataMethod · 0.45
testExplanationMethod · 0.45
problemExistsMethod · 0.45
problemExistsMethod · 0.45
testParserMethod · 0.45
createExternalProblemMethod · 0.45
ClangProblemMethod · 0.45
testParserMethod · 0.45
testJobMethod · 0.45
descriptionFromProblemFunction · 0.45

Calls

no outgoing calls

Tested by 4

testExplanationMethod · 0.36
testParserMethod · 0.36
testParserMethod · 0.36
testJobMethod · 0.36