MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / reload

Method reload

launcher/settings/INISettingsObject.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool INISettingsObject::reload()
53{
54 return m_ini.loadFile(m_filePath) && SettingsObject::reload();
55}
56
57void INISettingsObject::suspendSave()
58{

Callers

nothing calls this directly

Calls 1

loadFileMethod · 0.80

Tested by

no test coverage detected