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

Method currentView

plugins/problemreporter/problemsview.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460ProblemTreeView* ProblemsView::currentView() const
461{
462 return qobject_cast<ProblemTreeView*>(m_tabWidget->currentWidget());
463}
464
465void ProblemsView::selectNextItem()
466{

Callers

nothing calls this directly

Calls 1

currentWidgetMethod · 0.45

Tested by

no test coverage detected