MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / ~Connection

Method ~Connection

QtNodeEditor/src/Connection.cpp:68–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68Connection::
69~Connection()
70{
71 propagateEmptyData();
72
73 if (_inNode)
74 {
75 _inNode->nodeGraphicsObject().update();
76 }
77
78 if (_outNode)
79 {
80 _outNode->nodeGraphicsObject().update();
81 }
82}
83
84
85QJsonObject

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected