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

Method slotCurrentMerge

src/directorymergewindow.cpp:1104–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104void DirectoryMergeWindow::slotCurrentMerge()
1105{
1106 bool bThreeDirs = d->isDirThreeWay();
1107 d->setMergeOperation(currentIndex(), bThreeDirs ? eMergeABCToDest : eMergeABToDest);
1108}
1109
1110void DirectoryMergeWindow::slotCurrentDelete()
1111{

Callers

nothing calls this directly

Calls 2

isDirThreeWayMethod · 0.80
setMergeOperationMethod · 0.80

Tested by

no test coverage detected