| 37 | } |
| 38 | |
| 39 | void GraphicsView::dragMoveEvent(QDragMoveEvent* event) { |
| 40 | QGraphicsView::dragMoveEvent(event); |
| 41 | } |
| 42 | |
| 43 | void GraphicsView::dropEvent(QDropEvent* event) { |
| 44 | QGraphicsView::dropEvent(event); |
nothing calls this directly
no outgoing calls
no test coverage detected