| 675 | } |
| 676 | |
| 677 | void DiffTextWindow::focusInEvent(QFocusEvent* e) |
| 678 | { |
| 679 | Q_EMIT gotFocus(); |
| 680 | QWidget::focusInEvent(e); |
| 681 | } |
| 682 | |
| 683 | void DiffTextWindow::mousePressEvent(QMouseEvent* e) |
| 684 | { |
nothing calls this directly
no outgoing calls
no test coverage detected