| 57 | } |
| 58 | |
| 59 | QQmlComponent* FlowNode::delegate(QQmlEngine& engine) noexcept |
| 60 | { |
| 61 | static std::unique_ptr<QQmlComponent> qan_FlowNode_delegate; |
| 62 | if ( !qan_FlowNode_delegate ) |
| 63 | qan_FlowNode_delegate = std::make_unique<QQmlComponent>(&engine, ":/qt/qml/SampleDataFlow/FlowNode.qml"); |
| 64 | return qan_FlowNode_delegate.get(); |
| 65 | } |
| 66 | |
| 67 | void FlowNode::inNodeOutputChanged() |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected