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

Method loadJsonText

QtNodeEditor/src/NodeStyle.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97void
98NodeStyle::
99loadJsonText(QString jsonText)
100{
101 loadJsonFromByteArray(jsonText.toUtf8());
102}
103
104
105void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected