| 1503 | } |
| 1504 | |
| 1505 | void MainWindow::moveCurrentFileToTrash() |
| 1506 | { |
| 1507 | ScintillaNext *editor = currentEditor(); |
| 1508 | |
| 1509 | moveFileToTrash(editor); |
| 1510 | } |
| 1511 | |
| 1512 | void MainWindow::moveFileToTrash(ScintillaNext *editor) |
| 1513 | { |
nothing calls this directly
no outgoing calls
no test coverage detected