MCPcopy Create free account
hub / github.com/Vector35/debugger / notifyRegistersChanged

Method notifyRegistersChanged

ui/registerswidget.cpp:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507void DebugRegistersWidget::notifyRegistersChanged(std::vector<DebugRegister> regs)
508{
509 m_model->updateRows(regs);
510 updateColumnWidths();
511}
512
513
514void DebugRegistersWidget::contextMenuEvent(QContextMenuEvent* event)

Callers

nothing calls this directly

Calls 1

updateRowsMethod · 0.45

Tested by

no test coverage detected