Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setDescription
Method
setDescription
kdevplatform/language/duchain/problem.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void Problem::setDescription(const QString& description)
145
{
146
d_func_dynamic()->description = IndexedString(description);
147
}
148
149
QString Problem::explanation() const
150
{
Callers
3
testProblemSerialization
Method · 0.45
readContents
Method · 0.45
problemsForContext
Method · 0.45
Calls
1
IndexedString
Class · 0.70
Tested by
1
testProblemSerialization
Method · 0.36