MCPcopy 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
150void EnvironmentProfileList::saveSettings(KConfig* config) const
151{
152 Q_D(const EnvironmentProfileList);
153
154 encode(config, d);
155 config->sync();
156}
157
158void EnvironmentProfileList::loadSettings(KConfig* config)
159{

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.85

Tested by

no test coverage detected