| 1376 | } |
| 1377 | |
| 1378 | bool MainWindow::saveCurrentFileAs(const QString &fileName) |
| 1379 | { |
| 1380 | return saveFileAs(currentEditor(), fileName); |
| 1381 | } |
| 1382 | |
| 1383 | bool MainWindow::saveFileAs(ScintillaNext *editor, const QString &fileName) |
| 1384 | { |
nothing calls this directly
no outgoing calls
no test coverage detected