MCPcopy Create free account
hub / github.com/bumptop/BumpTop / SaveSettingsFile

Method SaveSettingsFile

trunk/win/Source/BT_WindowsOS.cpp:2229–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227}
2228
2229void WindowsSystem::SaveSettingsFile()
2230{
2231 QFileInfo settingsPath = make_file(GetDataDirectory(), "settings.json");
2232 GLOBAL(settings).save(settingsPath);
2233}
2234
2235void WindowsSystem::Render()
2236{

Callers 15

setCurrentLibraryMethod · 0.80
initializeMethod · 0.80
Key_ResetBumpTopSettingsFunction · 0.80
Key_SendFeedbackFunction · 0.80
authorizeCodeFunction · 0.80
extractTokensMethod · 0.80
handleMessageMethod · 0.80
onCloseMethod · 0.80
onSelectMethod · 0.80
fbconnect_loginMethod · 0.80

Calls 2

make_fileFunction · 0.85
saveMethod · 0.45

Tested by

no test coverage detected