| 797 | } |
| 798 | |
| 799 | QList<LaunchConfigurationType*> RunController::launchConfigurationTypes() const |
| 800 | { |
| 801 | Q_D(const RunController); |
| 802 | |
| 803 | return d->launchConfigurationTypes.values(); |
| 804 | } |
| 805 | |
| 806 | void RunController::addConfigurationType( LaunchConfigurationType* type ) |
| 807 | { |
no outgoing calls
no test coverage detected