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

Method selectionNotEmpty

ui/registerswidget.cpp:663–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661
662
663bool DebugRegistersWidget::selectionNotEmpty()
664{
665 QModelIndexList sel = selectionModel()->selectedIndexes();
666 return (!sel.empty()) && sel[0].isValid();
667}
668
669
670bool DebugRegistersWidget::canPaste()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected