| 790 | } |
| 791 | |
| 792 | QList<LaunchConfiguration*> RunController::launchConfigurationsInternal() const |
| 793 | { |
| 794 | Q_D(const RunController); |
| 795 | |
| 796 | return d->launchConfigurations; |
| 797 | } |
| 798 | |
| 799 | QList<LaunchConfigurationType*> RunController::launchConfigurationTypes() const |
| 800 | { |
no outgoing calls
no test coverage detected