| 77 | } |
| 78 | |
| 79 | QString EnvironmentSelectionWidget::effectiveProfileName() const |
| 80 | { |
| 81 | Q_D(const EnvironmentSelectionWidget); |
| 82 | |
| 83 | return d->model->index(d->comboBox->currentIndex(), |
| 84 | 0).data(EnvironmentSelectionModel::EffectiveNameRole).toString(); |
| 85 | } |
| 86 | |
| 87 | EnvironmentProfileList EnvironmentSelectionWidget::environmentProfiles() const |
| 88 | { |
no test coverage detected