| 390 | void IntrinsicEdNodeViewTreeWidget::onCloneNode() { cloneNode(currentItem()); } |
| 391 | |
| 392 | void IntrinsicEdNodeViewTreeWidget::onCreateNode() |
| 393 | { |
| 394 | createNode(currentItem()); |
| 395 | } |
| 396 | |
| 397 | void IntrinsicEdNodeViewTreeWidget::onCreateRootNode() { createNode(nullptr); } |
| 398 |
nothing calls this directly
no outgoing calls
no test coverage detected