MCPcopy Create free account
hub / github.com/Vector35/debugger / contextMenuEvent

Method contextMenuEvent

ui/attachprocess.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252void ProcessListWidget::contextMenuEvent(QContextMenuEvent* event)
253{
254 m_contextMenuManager->show(m_menu, &m_actionHandler);
255}
256
257
258ProcessListWidget::ProcessListWidget(QWidget* parent, DbgRef<DebuggerController> controller) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected