| 300 | |
| 301 | |
| 302 | void DebugBreakpointsWidget::contextMenuEvent(QContextMenuEvent* event) |
| 303 | { |
| 304 | m_contextMenuManager->show(m_menu, &m_actionHandler); |
| 305 | } |
| 306 | |
| 307 | |
| 308 | bool DebugBreakpointsWidget::selectionNotEmpty() |
nothing calls this directly
no outgoing calls
no test coverage detected