MCPcopy 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
182void INIFile::set(QString key, QVariant val)
183{
184 this->operator[](key) = val;
185}

Callers 15

legacyLaunchMethod · 0.45
setManagedPackMethod · 0.45
copyManagedPackMethod · 0.45
setRunningMethod · 0.45
setLastLaunchMethod · 0.45
setNotesMethod · 0.45
setIconKeyMethod · 0.45
setNameMethod · 0.45
ApplicationMethod · 0.45
createSetupWizardMethod · 0.45
loginMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_SaveLoadMethod · 0.36