| 505 | |
| 506 | |
| 507 | void DebugRegistersWidget::notifyRegistersChanged(std::vector<DebugRegister> regs) |
| 508 | { |
| 509 | m_model->updateRows(regs); |
| 510 | updateColumnWidths(); |
| 511 | } |
| 512 | |
| 513 | |
| 514 | void DebugRegistersWidget::contextMenuEvent(QContextMenuEvent* event) |
nothing calls this directly
no test coverage detected