MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / moveCurrentFileToTrash

Method moveCurrentFileToTrash

src/dialogs/MainWindow.cpp:1505–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503}
1504
1505void MainWindow::moveCurrentFileToTrash()
1506{
1507 ScintillaNext *editor = currentEditor();
1508
1509 moveFileToTrash(editor);
1510}
1511
1512void MainWindow::moveFileToTrash(ScintillaNext *editor)
1513{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected