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

Method jumpInNewPane

ui/registerswidget.cpp:585–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584
585void DebugRegistersWidget::jumpInNewPane()
586{
587 QModelIndexList sel = selectionModel()->selectedIndexes();
588 if (sel.empty())
589 return;
590
591 jumpInNewPaneInternal(sel[0]);
592}
593
594
595void DebugRegistersWidget::copy()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected