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

Method selectionNotEmpty

ui/threadframes.cpp:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453
454
455bool ThreadFramesWidget::selectionNotEmpty()
456{
457 QModelIndexList sel = selectionModel()->selectedIndexes();
458 return (!sel.empty()) && sel[0].isValid();
459}
460
461
462bool ThreadFramesWidget::canSuspendOrResume()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected