Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
QString DetectedProblem::explanation() const
132
{
133
Q_D(const DetectedProblem);
134
135
return d->m_explanation;
136
}
137
138
void DetectedProblem::setExplanation(const QString &explanation)
139
{
Callers
10
data
Method · 0.45
testExplanation
Method · 0.45
problemExists
Method · 0.45
problemExists
Method · 0.45
testParser
Method · 0.45
createExternalProblem
Method · 0.45
ClangProblem
Method · 0.45
testParser
Method · 0.45
testJob
Method · 0.45
descriptionFromProblem
Function · 0.45
Calls
no outgoing calls
Tested by
4
testExplanation
Method · 0.36
testParser
Method · 0.36
testParser
Method · 0.36
testJob
Method · 0.36