| 156 | } |
| 157 | |
| 158 | void FramestackWidget::setThreadShown(const QModelIndex& current) |
| 159 | { |
| 160 | if (!current.isValid()) |
| 161 | return; |
| 162 | m_session->frameStackModel()->setCurrentThread(current); |
| 163 | } |
| 164 | |
| 165 | void FramestackWidget::checkFetchMoreFrames() |
| 166 | { |
nothing calls this directly
no test coverage detected