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

Method addProblem

kdevplatform/shell/filteredproblemstore.cpp:219–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void FilteredProblemStore::addProblem(const IProblem::Ptr &problem)
220{
221 Q_D(FilteredProblemStore);
222
223 ProblemStore::addProblem(problem);
224
225 if (d->match(problem))
226 d->m_strategy->addProblem(problem);
227}
228
229const ProblemStoreNode* FilteredProblemStore::findNode(int row, ProblemStoreNode *parent) const
230{

Callers 1

rebuildMethod · 0.45

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected