Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ currentInstance
Method
currentInstance
src/settings.cpp:2433–2436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2431
}
2432
2433
QString GlobalSettings::currentInstance()
2434
{
2435
return settings().value(
"CurrentInstance"
,
""
).toString();
2436
}
2437
2438
void GlobalSettings::setCurrentInstance(const QString& s)
2439
{
Callers
8
processrunner.cpp
File · 0.45
selectActiveInstance
Method · 0.45
Shortcut
Method · 0.45
updateNormalMessage
Method · 0.45
externalMessage
Method · 0.45
getCurrentInstance
Method · 0.45
runPostApplication
Method · 0.45
runPostOrganizer
Method · 0.45
Calls
2
toString
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected