Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void DetectedProblem::setExplanation(const QString &explanation)
139
{
140
Q_D(DetectedProblem);
141
142
d->m_explanation = explanation;
143
}
144
145
IProblem::Severity DetectedProblem::severity() const
146
{
Callers
7
testExplanation
Method · 0.45
processStderrLines
Method · 0.45
postProcessStderr
Method · 0.45
getProblem
Method · 0.45
createExternalProblem
Method · 0.45
problemsForFile
Method · 0.45
addData
Method · 0.45
Calls
no outgoing calls
Tested by
1
testExplanation
Method · 0.36