MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / openFile

Method openFile

src/main.cpp:825–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void MainWindow::openFile() {
826 project_open();
827}
828
829void MainWindow::saveFile() {
830 project_save(nullptr, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected