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

Method contextMenuEvent

ui/threadframes.cpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380
381
382void ThreadFramesWidget::contextMenuEvent(QContextMenuEvent* event)
383{
384 m_contextMenuManager->show(m_menu, &m_actionHandler);
385}
386
387void ThreadFramesWidget::makeItSoloThread()
388{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected