| 518 | |
| 519 | |
| 520 | void DebugRegistersWidget::showContextMenu() |
| 521 | { |
| 522 | m_contextMenuManager->show(m_menu, &m_actionHandler); |
| 523 | } |
| 524 | |
| 525 | |
| 526 | void DebugRegistersWidget::updateContent() |
nothing calls this directly
no outgoing calls
no test coverage detected