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

Method canPaste

ui/registerswidget.cpp:670–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668
669
670bool DebugRegistersWidget::canPaste()
671{
672 QModelIndexList sel = selectionModel()->selectedIndexes();
673 if (sel.empty())
674 return false;
675
676 return sel[0].column() == DebugRegistersListModel::ValueColumn;
677}
678
679
680void DebugRegistersWidget::onDoubleClicked()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected