| 1102 | } |
| 1103 | |
| 1104 | void DirectoryMergeWindow::slotCurrentMerge() |
| 1105 | { |
| 1106 | bool bThreeDirs = d->isDirThreeWay(); |
| 1107 | d->setMergeOperation(currentIndex(), bThreeDirs ? eMergeABCToDest : eMergeABToDest); |
| 1108 | } |
| 1109 | |
| 1110 | void DirectoryMergeWindow::slotCurrentDelete() |
| 1111 | { |
nothing calls this directly
no test coverage detected