| 240 | } |
| 241 | |
| 242 | void ProblemReporterPlugin::showModel(const QString& id) |
| 243 | { |
| 244 | auto w = qobject_cast<ProblemsView*>(core()->uiController()->findToolView(i18nc("@title:window", "Problems"), m_factory)); |
| 245 | if (w) |
| 246 | w->showModel(id); |
| 247 | } |
| 248 | |
| 249 | KDevelop::ContextMenuExtension ProblemReporterPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent) |
| 250 | { |
nothing calls this directly
no test coverage detected