| 137 | |
| 138 | |
| 139 | void |
| 140 | Node:: |
| 141 | setGraphicsObject(std::unique_ptr<NodeGraphicsObject>&& graphics) |
| 142 | { |
| 143 | _nodeGraphicsObject = std::move(graphics); |
| 144 | |
| 145 | _nodeGeometry.recalculateSize(); |
| 146 | } |
| 147 | |
| 148 | |
| 149 | NodeGeometry& |
nothing calls this directly
no outgoing calls
no test coverage detected