| 70 | } |
| 71 | |
| 72 | void FlowNode::setOutput(QVariant output) noexcept |
| 73 | { |
| 74 | _output = output; |
| 75 | emit outputChanged(); |
| 76 | } |
| 77 | |
| 78 | QQmlComponent* PercentageNode::delegate(QQmlEngine& engine) noexcept |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected