| 1710 | } |
| 1711 | |
| 1712 | void MergeResultWindow::focusInEvent(QFocusEvent* e) |
| 1713 | { |
| 1714 | updateSourceMask(); |
| 1715 | QWidget::focusInEvent(e); |
| 1716 | } |
| 1717 | |
| 1718 | LineRef MergeResultWindow::convertToLine(qint32 y) |
| 1719 | { |
nothing calls this directly
no outgoing calls
no test coverage detected