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

Method onViewChanged

plugins/problemreporter/problemsview.cpp:401–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void ProblemsView::onViewChanged()
402{
403 auto* view = static_cast<ProblemTreeView*>(sender());
404 int idx = m_tabWidget->indexOf(view);
405 int rows = view->model()->rowCount();
406
407 updateTab(idx, rows);
408}
409
410void ProblemsView::addModel(const ModelData& newData)
411{

Callers

nothing calls this directly

Calls 3

indexOfMethod · 0.45
rowCountMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected