| 38 | |
| 39 | |
| 40 | void ExecuteScriptPlugin::unload() |
| 41 | { |
| 42 | core()->runController()->removeConfigurationType( m_configType ); |
| 43 | delete m_configType; |
| 44 | m_configType = nullptr; |
| 45 | } |
| 46 | |
| 47 | QUrl ExecuteScriptPlugin::script(ILaunchConfiguration* cfg, QString& err) const |
| 48 | { |
nothing calls this directly
no test coverage detected