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

Method loadJsonText

QtNodeEditor/src/ConnectionStyle.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111void
112ConnectionStyle::
113loadJsonText(QString jsonText)
114{
115 loadJsonFromByteArray(jsonText.toUtf8());
116}
117
118
119void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected