MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / newProject

Method newProject

MiniZincIDE/ide.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void IDE::newProject()
430{
431 MainWindow* mw = new MainWindow(QString());
432 mw->show();
433}
434
435QString IDE::getLastPath(void) {
436 QSettings settings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected