Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
void EnvironmentProfileList::loadSettings(KConfig* config)
159
{
160
Q_D(EnvironmentProfileList);
161
162
d->m_profiles.clear();
163
decode(config, d);
164
}
165
166
QStringList EnvironmentProfileList::profileNames() const
167
{
Callers
nothing calls this directly
Calls
2
decode
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected