| 42 | } |
| 43 | |
| 44 | void ExecutePlugin::unload() |
| 45 | { |
| 46 | core()->runController()->removeConfigurationType( m_configType ); |
| 47 | delete m_configType; |
| 48 | m_configType = nullptr; |
| 49 | } |
| 50 | |
| 51 | QStringList ExecutePlugin::arguments(ILaunchConfiguration* cfg, QString& err) const |
| 52 | { |
nothing calls this directly
no test coverage detected