| 40 | } |
| 41 | } |
| 42 | void LaunchConfigurationType::removeLauncher( ILauncher* starter ) |
| 43 | { |
| 44 | Q_D(LaunchConfigurationType); |
| 45 | |
| 46 | d->starters.removeAll( starter ); |
| 47 | } |
| 48 | |
| 49 | QList<ILauncher*> LaunchConfigurationType::launchers() const |
| 50 | { |
no outgoing calls
no test coverage detected