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

Method removeVariables

kdevplatform/shell/settings/environmentprofilemodel.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void EnvironmentProfileModel::removeVariables(const QStringList& variableNames)
142{
143 for (const auto& variableName : variableNames) {
144 removeVariable(variableName);
145 }
146}
147
148void EnvironmentProfileModel::removeVariable(const QString& variableName)
149{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected