Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ saveSettings
Method
saveSettings
kdevplatform/util/environmentprofilelist.cpp:150–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void EnvironmentProfileList::saveSettings(KConfig* config) const
151
{
152
Q_D(const EnvironmentProfileList);
153
154
encode(config, d);
155
config->sync();
156
}
157
158
void EnvironmentProfileList::loadSettings(KConfig* config)
159
{
Callers
nothing calls this directly
Calls
1
encode
Function · 0.85
Tested by
no test coverage detected