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

Method removeProfile

kdevplatform/util/environmentprofilelist.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void EnvironmentProfileList::removeProfile(const QString& profileName)
174{
175 Q_D(EnvironmentProfileList);
176
177 d->m_profiles.remove(profileName);
178}
179
180EnvironmentProfileList::EnvironmentProfileList()
181 : d_ptr(new EnvironmentProfileListPrivate)

Callers 1

testEnvironmentSetMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by 1

testEnvironmentSetMethod · 0.36