MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotSplitDiff

Method slotSplitDiff

src/mergeresultwindow.cpp:1319–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319void 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
1328void MergeResultWindow::slotJoinDiffs(qint32 firstD3lLineIdx, qint32 lastD3lLineIdx)
1329{

Callers

nothing calls this directly

Calls 2

splitAtDiff3LineIdxMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected