| 74 | } |
| 75 | |
| 76 | void PlotPrivate::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) { |
| 77 | if (q->activatePlot(event->pos())) { |
| 78 | q->createContextMenu()->exec(event->screenPos()); |
| 79 | return; |
| 80 | } |
| 81 | QGraphicsItem::contextMenuEvent(event); |
| 82 | } |
nothing calls this directly
no test coverage detected