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

Method doSave

launcher/settings/INISettingsObject.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void INISettingsObject::doSave()
90{
91 if (m_suspendSave) {
92 m_doSave = true;
93 } else {
94 m_ini.saveFile(m_filePath);
95 }
96}
97
98void INISettingsObject::resetSetting(const Setting& setting)
99{

Callers

nothing calls this directly

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected