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

Method canCopy

ui/moduleswidget.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461bool DebugModulesWidget::canCopy()
462{
463 QModelIndexList sel = selectionModel()->selectedIndexes();
464 return !sel.empty();
465}
466
467
468void DebugModulesWidget::copy()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected