MCPcopy Create free account
hub / github.com/KDE/kdevelop / loadSettings

Method loadSettings

kdevplatform/util/environmentprofilelist.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void EnvironmentProfileList::loadSettings(KConfig* config)
159{
160 Q_D(EnvironmentProfileList);
161
162 d->m_profiles.clear();
163 decode(config, d);
164}
165
166QStringList EnvironmentProfileList::profileNames() const
167{

Callers

nothing calls this directly

Calls 2

decodeFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected