| 261 | } |
| 262 | |
| 263 | void |
| 264 | ConnectionGraphicsObject:: |
| 265 | contextMenuEvent(QGraphicsSceneContextMenuEvent* event) |
| 266 | { |
| 267 | _scene.connectionContextMenu( connection(), mapToScene(event->pos())); |
| 268 | } |
nothing calls this directly
no outgoing calls
no test coverage detected