MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / dragLeaveEvent

Method dragLeaveEvent

bt_editor/editor_flowscene.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void EditorFlowScene::dragLeaveEvent(QGraphicsSceneDragDropEvent *event)
50{
51 event->acceptProposedAction();
52}
53
54void EditorFlowScene::dragMoveEvent(QGraphicsSceneDragDropEvent* event)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected