| 380 | |
| 381 | |
| 382 | void ThreadFramesWidget::contextMenuEvent(QContextMenuEvent* event) |
| 383 | { |
| 384 | m_contextMenuManager->show(m_menu, &m_actionHandler); |
| 385 | } |
| 386 | |
| 387 | void ThreadFramesWidget::makeItSoloThread() |
| 388 | { |
nothing calls this directly
no outgoing calls
no test coverage detected