| 1428 | } |
| 1429 | |
| 1430 | void MainWindow::saveAll() |
| 1431 | { |
| 1432 | for (ScintillaNext *editor : editors()) { |
| 1433 | saveFile(editor); |
| 1434 | } |
| 1435 | } |
| 1436 | |
| 1437 | void MainWindow::exportAsFormat(Converter *converter, const QString &filter) |
| 1438 | { |
nothing calls this directly
no outgoing calls
no test coverage detected