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

Method profileNames

kdevplatform/util/environmentprofilelist.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166QStringList EnvironmentProfileList::profileNames() const
167{
168 Q_D(const EnvironmentProfileList);
169
170 return d->m_profiles.keys();
171}
172
173void EnvironmentProfileList::removeProfile(const QString& profileName)
174{

Callers 5

addProfileMethod · 0.80
removeProfileMethod · 0.80
cloneProfileMethod · 0.80
setDefaultProfileMethod · 0.80
entriesFromEnvFunction · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected