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