| 6 | using QtNodes::NodeStyle; |
| 7 | |
| 8 | NodeDataModel:: |
| 9 | NodeDataModel() |
| 10 | : _nodeStyle(StyleCollection::nodeStyle()) |
| 11 | { |
| 12 | // Derived classes can initialize specific style here |
| 13 | } |
| 14 | |
| 15 | QJsonObject |
| 16 | NodeDataModel:: |
nothing calls this directly
no outgoing calls
no test coverage detected