| 453 | |
| 454 | |
| 455 | bool ThreadFramesWidget::selectionNotEmpty() |
| 456 | { |
| 457 | QModelIndexList sel = selectionModel()->selectedIndexes(); |
| 458 | return (!sel.empty()) && sel[0].isValid(); |
| 459 | } |
| 460 | |
| 461 | |
| 462 | bool ThreadFramesWidget::canSuspendOrResume() |
nothing calls this directly
no outgoing calls
no test coverage detected