| 459 | |
| 460 | |
| 461 | bool DebugModulesWidget::canCopy() |
| 462 | { |
| 463 | QModelIndexList sel = selectionModel()->selectedIndexes(); |
| 464 | return !sel.empty(); |
| 465 | } |
| 466 | |
| 467 | |
| 468 | void DebugModulesWidget::copy() |
nothing calls this directly
no outgoing calls
no test coverage detected