Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void settingsDump()
136
{
137
QSettings config(Settings::getSettingsPath(),QSettings::IniFormat,nullptr);
138
settingsDump(&config);
139
}
140
141
void settingsDump(QSettings *s)
142
{
Callers
1
cmdHandler_SettingsDump
Function · 0.85
Calls
3
QString
Class · 0.70
toString
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected