MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / reload

Method reload

launcher/settings/SettingsObject.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220bool SettingsObject::reload()
221{
222 for (auto setting : m_settings.values()) {
223 setting->set(setting->get());
224 }
225 return true;
226}
227
228void SettingsObject::connectSignals(const Setting& setting)
229{

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected