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

Method setScope

plugins/problemreporter/problemsview.cpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void ProblemsView::setScope(ProblemScope scope)
493{
494 m_scopeMenu->setText(i18nc("@title:menu", "Scope: %1", m_scopeMenu->menu()->actions().at(scope)->text()));
495
496 currentView()->model()->setScope(scope);
497}
498
499void ProblemsView::setFilter(const QString& filterText)
500{

Callers

nothing calls this directly

Calls 6

menuMethod · 0.80
setTextMethod · 0.45
textMethod · 0.45
atMethod · 0.45
actionsMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected