| 515 | } |
| 516 | |
| 517 | LaunchConfigurationType* RunController::launchConfigurationTypeForId( const QString& id ) |
| 518 | { |
| 519 | Q_D(RunController); |
| 520 | |
| 521 | return d->launchConfigurationTypeForId( id ); |
| 522 | } |
| 523 | |
| 524 | void KDevelop::RunController::slotProjectOpened(KDevelop::IProject * project) |
| 525 | { |
no outgoing calls