| 1108 | } |
| 1109 | |
| 1110 | void DirectoryMergeWindow::slotCurrentDelete() |
| 1111 | { |
| 1112 | d->setMergeOperation(currentIndex(), eDeleteFromDest); |
| 1113 | } |
| 1114 | // Sync current item |
| 1115 | void DirectoryMergeWindow::slotCurrentCopyAToB() |
| 1116 | { |
nothing calls this directly
no test coverage detected