| 47 | } |
| 48 | |
| 49 | QList<ILauncher*> LaunchConfigurationType::launchers() const |
| 50 | { |
| 51 | Q_D(const LaunchConfigurationType); |
| 52 | |
| 53 | return d->starters; |
| 54 | } |
| 55 | |
| 56 | ILauncher* LaunchConfigurationType::launcherForId(const QString& id) const |
| 57 | { |
no outgoing calls