MCPcopy 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
441void IDE::setLastPath(const QString& path) {
442 QSettings settings;
443 settings.beginGroup("Path");
444 settings.setValue("lastPath", path);
445 settings.endGroup();
446}
447
448void IDE::setEditorFont(QFont font)
449{

Callers 1

setupContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected