Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ set
Method
set
launcher/settings/INIFile.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void INIFile::set(QString key, QVariant val)
183
{
184
this->operator[](key) = val;
185
}
Callers
15
legacyLaunch
Method · 0.45
setManagedPack
Method · 0.45
copyManagedPack
Method · 0.45
setRunning
Method · 0.45
setLastLaunch
Method · 0.45
setNotes
Method · 0.45
setIconKey
Method · 0.45
setName
Method · 0.45
Application
Method · 0.45
createSetupWizard
Method · 0.45
performMainStartupAction
Method · 0.45
login
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_SaveLoad
Method · 0.36