Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clearDiagnostics
Method
clearDiagnostics
kdevplatform/shell/problem.cpp:203–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void DetectedProblem::clearDiagnostics()
204
{
205
Q_D(DetectedProblem);
206
207
d->m_diagnostics.clear();
208
}
209
210
211
QExplicitlySharedDataPointer<IAssistant> DetectedProblem::solutionAssistant() const
Callers
1
testDiagnostics
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
testDiagnostics
Method · 0.36