| 217 | } |
| 218 | |
| 219 | void ProblemReporterPlugin::updateReady(const IndexedString& url, const KDevelop::ReferencedTopDUContext&) |
| 220 | { |
| 221 | m_model->problemsUpdated(url); |
| 222 | updateHighlight(url); |
| 223 | } |
| 224 | |
| 225 | void ProblemReporterPlugin::updateHighlight(const KDevelop::IndexedString& url) |
| 226 | { |
nothing calls this directly
no test coverage detected