| 374 | |
| 375 | |
| 376 | void DebugModulesWidget::notifyModulesChanged(std::vector<DebugModule> modules) |
| 377 | { |
| 378 | m_model->updateRows(modules); |
| 379 | updateColumnWidths(); |
| 380 | } |
| 381 | |
| 382 | |
| 383 | void DebugModulesWidget::updateContent() |
nothing calls this directly
no test coverage detected