| 127 | } |
| 128 | |
| 129 | KDevelop::ContextMenuExtension KDevelop::IPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent) |
| 130 | { |
| 131 | Q_UNUSED(context); |
| 132 | Q_UNUSED(parent); |
| 133 | return KDevelop::ContextMenuExtension(); |
| 134 | } |
| 135 | |
| 136 | void KDevelop::IPlugin::initializeGuiState() |
| 137 | { } |
nothing calls this directly
no test coverage detected