| 458 | } |
| 459 | |
| 460 | ProblemTreeView* ProblemsView::currentView() const |
| 461 | { |
| 462 | return qobject_cast<ProblemTreeView*>(m_tabWidget->currentWidget()); |
| 463 | } |
| 464 | |
| 465 | void ProblemsView::selectNextItem() |
| 466 | { |
nothing calls this directly
no test coverage detected