| 1317 | } |
| 1318 | |
| 1319 | void MergeResultWindow::slotSplitDiff(qint32 firstD3lLineIdx, qint32 lastD3lLineIdx) |
| 1320 | { |
| 1321 | mUndoRec.reset(); |
| 1322 | |
| 1323 | if(lastD3lLineIdx >= 0) |
| 1324 | m_mergeBlockList.splitAtDiff3LineIdx(lastD3lLineIdx + 1); |
| 1325 | setFastSelector(m_mergeBlockList.splitAtDiff3LineIdx(firstD3lLineIdx)); |
| 1326 | } |
| 1327 | |
| 1328 | void MergeResultWindow::slotJoinDiffs(qint32 firstD3lLineIdx, qint32 lastD3lLineIdx) |
| 1329 | { |
nothing calls this directly
no test coverage detected