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

Method contextMenuEvent

ui/breakpointswidget.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302void DebugBreakpointsWidget::contextMenuEvent(QContextMenuEvent* event)
303{
304 m_contextMenuManager->show(m_menu, &m_actionHandler);
305}
306
307
308bool DebugBreakpointsWidget::selectionNotEmpty()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected