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

Method reset

launcher/settings/SettingsObject.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206#endif
207
208void SettingsObject::reset(const QString& id) const
209{
210 auto setting = getSetting(id);
211 if (setting)
212 setting->reset();
213}
214
215bool SettingsObject::contains(const QString& id)
216{

Callers 1

setPathWithBookmarkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected