| 394 | } |
| 395 | |
| 396 | void DiffTextWindow::slotSelectAll() |
| 397 | { |
| 398 | if(hasFocus()) |
| 399 | { |
| 400 | setSelection(0, 0, getNofLines(), 0); |
| 401 | } |
| 402 | } |
| 403 | |
| 404 | void DiffTextWindow::slotCopy() |
| 405 | { |
nothing calls this directly
no outgoing calls
no test coverage detected