| 124 | } |
| 125 | |
| 126 | QString LaunchConfiguration::configGroupName() const |
| 127 | { |
| 128 | Q_D(const LaunchConfiguration); |
| 129 | |
| 130 | return d->baseGroup.name(); |
| 131 | } |
| 132 | |
| 133 | QString LaunchConfiguration::launcherForMode(const QString& mode) const |
| 134 | { |
no test coverage detected