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

Method saveCurrentFileAs

src/dialogs/MainWindow.cpp:1378–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376}
1377
1378bool MainWindow::saveCurrentFileAs(const QString &fileName)
1379{
1380 return saveFileAs(currentEditor(), fileName);
1381}
1382
1383bool MainWindow::saveFileAs(ScintillaNext *editor, const QString &fileName)
1384{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected