MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / saveAs

Method saveAs

example/mainwindow.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool MainWindow::saveAs()
121{
122 QString fileName = QFileDialog::getSaveFileName(this, tr("Save As"),
123 curFile);
124 if (fileName.isEmpty())
125 return false;
126
127 return saveFile(fileName);
128}
129
130void MainWindow::saveSelectionToReadableFile()
131{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected