MCPcopy Create free account
hub / github.com/KDE/kdevelop / updateReady

Method updateReady

plugins/problemreporter/problemreporterplugin.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void ProblemReporterPlugin::updateReady(const IndexedString& url, const KDevelop::ReferencedTopDUContext&)
220{
221 m_model->problemsUpdated(url);
222 updateHighlight(url);
223}
224
225void ProblemReporterPlugin::updateHighlight(const KDevelop::IndexedString& url)
226{

Callers

nothing calls this directly

Calls 1

problemsUpdatedMethod · 0.80

Tested by

no test coverage detected