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

Method saveAll

src/dialogs/MainWindow.cpp:1430–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430void MainWindow::saveAll()
1431{
1432 for (ScintillaNext *editor : editors()) {
1433 saveFile(editor);
1434 }
1435}
1436
1437void MainWindow::exportAsFormat(Converter *converter, const QString &filter)
1438{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected