| 52 | } |
| 53 | |
| 54 | void EditorFlowScene::dragMoveEvent(QGraphicsSceneDragDropEvent* event) |
| 55 | { |
| 56 | event->acceptProposedAction(); |
| 57 | } |
| 58 | |
| 59 | void EditorFlowScene::keyPressEvent(QKeyEvent *event) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected