| 630 | } |
| 631 | |
| 632 | qan::Node* Graph::insertNode(QQmlComponent* nodeComponent, qan::NodeStyle* nodeStyle) |
| 633 | { |
| 634 | return insertNode<qan::Node>(nodeComponent, nodeStyle); |
| 635 | } |
| 636 | |
| 637 | bool Graph::insertNode(Node* node, QQmlComponent* nodeComponent, qan::NodeStyle* nodeStyle) |
| 638 | { |
nothing calls this directly
no test coverage detected