Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ setLastPath
Method
setLastPath
MiniZincIDE/ide.cpp:441–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
void IDE::setLastPath(const QString& path) {
442
QSettings settings;
443
settings.beginGroup(
"Path"
);
444
settings.setValue(
"lastPath"
, path);
445
settings.endGroup();
446
}
447
448
void IDE::setEditorFont(QFont font)
449
{
Callers
1
setupContextMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected