MCPcopy Create free account
hub / github.com/Segs/Segs / settingsDump

Function settingsDump

Components/Settings.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void settingsDump()
136{
137 QSettings config(Settings::getSettingsPath(),QSettings::IniFormat,nullptr);
138 settingsDump(&config);
139}
140
141void settingsDump(QSettings *s)
142{

Callers 1

cmdHandler_SettingsDumpFunction · 0.85

Calls 3

QStringClass · 0.70
toStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected