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

Method clear

kdevplatform/shell/problemstore.cpp:130–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ProblemStore::clear()
131{
132 Q_D(ProblemStore);
133
134 d->m_rootNode->clear();
135
136 if (!d->m_allProblems.isEmpty()) {
137 d->m_allProblems.clear();
138 emit problemsChanged();
139 }
140}
141
142void ProblemStore::rebuild()
143{

Callers 15

validateOpenUrlMethod · 0.45
contextMenuExtensionMethod · 0.45
selectionChangedMethod · 0.45
updateNameLabelMethod · 0.45
setDataMethod · 0.45
cleanupMethod · 0.45
updateAllTabColorsMethod · 0.45
cleanupMethod · 0.45
cleanContextMenuMethod · 0.45
clearDiagnosticsMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 13

cleanupMethod · 0.36
testClearProblemsMethod · 0.36
cleanupTestCaseMethod · 0.36
testChildrenMethod · 0.36
cleanupMethod · 0.36
testNoGroupingMethod · 0.36
testPathGroupingMethod · 0.36
testSeverityGroupingMethod · 0.36
restoreSplitsMethod · 0.36
doKillMethod · 0.36
readLinesMethod · 0.36
testPathMethod · 0.36