Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
bool SettingsObject::reload()
221
{
222
for (auto setting : m_settings.values()) {
223
setting->set(setting->get());
224
}
225
return true;
226
}
227
228
void SettingsObject::connectSignals(const Setting& setting)
229
{
Callers
nothing calls this directly
Calls
2
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected