Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void DetectedProblem::setDescription(const QString &description)
125
{
126
Q_D(DetectedProblem);
127
128
d->m_description = description;
129
}
130
131
QString DetectedProblem::explanation() const
132
{
Callers
8
createPlaceholdreProblem
Method · 0.45
generateProblems
Method · 0.45
generateProblems
Method · 0.45
testProblemNode
Method · 0.45
testPathGrouping
Method · 0.45
generateProblems
Method · 0.45
testDescription
Method · 0.45
testDiagnostics
Method · 0.45
Calls
no outgoing calls
Tested by
7
generateProblems
Method · 0.36
generateProblems
Method · 0.36
testProblemNode
Method · 0.36
testPathGrouping
Method · 0.36
generateProblems
Method · 0.36
testDescription
Method · 0.36
testDiagnostics
Method · 0.36