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

Method selectionNotEmpty

ui/breakpointswidget.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308bool DebugBreakpointsWidget::selectionNotEmpty()
309{
310 QModelIndexList sel = selectionModel()->selectedIndexes();
311 return (!sel.empty()) && sel[0].isValid();
312}
313
314
315void DebugBreakpointsWidget::jump()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected