| 34 | {} |
| 35 | |
| 36 | void ExecutePlasmoidPlugin::unload() |
| 37 | { |
| 38 | core()->runController()->removeConfigurationType( m_configType ); |
| 39 | delete m_configType; |
| 40 | m_configType = nullptr; |
| 41 | } |
| 42 | |
| 43 | QUrl ExecutePlasmoidPlugin::executable(ILaunchConfiguration* config, QString& /*error*/) const |
| 44 | { |
nothing calls this directly
no test coverage detected