Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ setLastPath
Method
setLastPath
MiniZincIDE/mainwindow.cpp:447–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
void MainWindow::setLastPath(const QString &s)
448
{
449
IDE::instance()->setLastPath(s);
450
}
451
452
QString MainWindow::getLastPath(void)
453
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected