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

Method save

example/mainwindow.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool MainWindow::save()
112{
113 if (isUntitled) {
114 return saveAs();
115 } else {
116 return saveFile(curFile);
117 }
118}
119
120bool MainWindow::saveAs()
121{

Callers 1

optionsAcceptedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected