| 923 | } |
| 924 | |
| 925 | void DiffTextWindow::resetSelection() |
| 926 | { |
| 927 | qCInfo(kdiffDiffTextWindow) << "Resetting Selection"; |
| 928 | d->m_selection.reset(); |
| 929 | update(); |
| 930 | } |
| 931 | |
| 932 | void DiffTextWindow::convertToLinePos(qint32 x, qint32 y, LineRef& line, qint32& pos) |
| 933 | { |
no test coverage detected