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

Method setDescription

kdevplatform/shell/problem.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void DetectedProblem::setDescription(const QString &description)
125{
126 Q_D(DetectedProblem);
127
128 d->m_description = description;
129}
130
131QString DetectedProblem::explanation() const
132{

Callers 8

generateProblemsMethod · 0.45
generateProblemsMethod · 0.45
testProblemNodeMethod · 0.45
testPathGroupingMethod · 0.45
generateProblemsMethod · 0.45
testDescriptionMethod · 0.45
testDiagnosticsMethod · 0.45

Calls

no outgoing calls

Tested by 7

generateProblemsMethod · 0.36
generateProblemsMethod · 0.36
testProblemNodeMethod · 0.36
testPathGroupingMethod · 0.36
generateProblemsMethod · 0.36
testDescriptionMethod · 0.36
testDiagnosticsMethod · 0.36