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