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

Method getLastPath

MiniZincIDE/ide.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435QString IDE::getLastPath(void) {
436 QSettings settings;
437 settings.beginGroup("Path");
438 return settings.value("lastPath","").toString();
439}
440
441void IDE::setLastPath(const QString& path) {
442 QSettings settings;

Callers 1

setupContextMenuMethod · 0.45

Calls 2

toStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected