| 69 | } |
| 70 | |
| 71 | QString LaunchConfiguration::name() const |
| 72 | { |
| 73 | Q_D(const LaunchConfiguration); |
| 74 | |
| 75 | return d->baseGroup.readEntry(LaunchConfigurationNameEntry(), QString()); |
| 76 | } |
| 77 | |
| 78 | IProject* LaunchConfiguration::project() const |
| 79 | { |
no test coverage detected