MCPcopy 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
203void DetectedProblem::clearDiagnostics()
204{
205 Q_D(DetectedProblem);
206
207 d->m_diagnostics.clear();
208}
209
210
211QExplicitlySharedDataPointer<IAssistant> DetectedProblem::solutionAssistant() const

Callers 1

testDiagnosticsMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

testDiagnosticsMethod · 0.36