| 73 | } |
| 74 | |
| 75 | QString EnvironmentProfileListModel::profileName(int profileIndex) const |
| 76 | { |
| 77 | return profileNames().value(profileIndex); |
| 78 | } |
| 79 | |
| 80 | int EnvironmentProfileListModel::profileIndex(const QString& profileName) const |
| 81 | { |
no test coverage detected