| 33 | } |
| 34 | |
| 35 | void GraphicsView::dragEnterEvent(QDragEnterEvent* event) { |
| 36 | QGraphicsView::dragEnterEvent(event); |
| 37 | } |
| 38 | |
| 39 | void GraphicsView::dragMoveEvent(QDragMoveEvent* event) { |
| 40 | QGraphicsView::dragMoveEvent(event); |
nothing calls this directly
no outgoing calls
no test coverage detected