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

Method store

kdevplatform/shell/problemmodel.cpp:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442ProblemStore* ProblemModel::store() const
443{
444 Q_D(const ProblemModel);
445
446 return d->m_problems.data();
447}
448
449void ProblemModel::beginResetModel()
450{

Callers 1

doKillMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected