| 662 | |
| 663 | |
| 664 | void ThreadFramesWidget::updateContent() |
| 665 | { |
| 666 | if (!m_debugger->IsConnected()) |
| 667 | return; |
| 668 | |
| 669 | m_model->updateRows(m_debugger); |
| 670 | expandCurrentThread(); |
| 671 | } |
| 672 | |
| 673 | |
| 674 | void ThreadFramesWidget::onDoubleClicked() |
nothing calls this directly
no test coverage detected