Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
void SettingsObject::reset(const QString& id) const
209
{
210
auto setting = getSetting(id);
211
if (setting)
212
setting->reset();
213
}
214
215
bool SettingsObject::contains(const QString& id)
216
{
Callers
1
setPathWithBookmark
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected