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

Method getLastPath

MiniZincIDE/mainwindow.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452QString MainWindow::getLastPath(void)
453{
454 return IDE::instance()->getLastPath();
455}
456
457void MainWindow::openFile(const QString &path, bool openAsModified, bool focus)
458{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected