MCPcopy Create free account
hub / github.com/KDE/kdevelop / showModel

Method showModel

plugins/problemreporter/problemreporterplugin.cpp:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void 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
249KDevelop::ContextMenuExtension ProblemReporterPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent)
250{

Callers

nothing calls this directly

Calls 2

findToolViewMethod · 0.80
uiControllerMethod · 0.80

Tested by

no test coverage detected