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

Method slotCurrentDoNothing

src/directorymergewindow.cpp:1084–1087  ·  view source on GitHub ↗

Merge current item (merge mode)

Source from the content-addressed store, hash-verified

1082
1083// Merge current item (merge mode)
1084void DirectoryMergeWindow::slotCurrentDoNothing()
1085{
1086 d->setMergeOperation(currentIndex(), eNoOperation);
1087}
1088
1089void DirectoryMergeWindow::slotCurrentChooseA()
1090{

Callers

nothing calls this directly

Calls 1

setMergeOperationMethod · 0.80

Tested by

no test coverage detected