| 47 | } |
| 48 | |
| 49 | void EditorFlowScene::dragLeaveEvent(QGraphicsSceneDragDropEvent *event) |
| 50 | { |
| 51 | event->acceptProposedAction(); |
| 52 | } |
| 53 | |
| 54 | void EditorFlowScene::dragMoveEvent(QGraphicsSceneDragDropEvent* event) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected