| 225 | } |
| 226 | |
| 227 | void ProjectManagerViewPlugin::unload() |
| 228 | { |
| 229 | qCDebug(PLUGIN_PROJECTMANAGERVIEW) << "unloading manager view"; |
| 230 | core()->uiController()->removeToolView(d->factory); |
| 231 | } |
| 232 | |
| 233 | ContextMenuExtension ProjectManagerViewPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent) |
| 234 | { |
nothing calls this directly
no test coverage detected