| 408 | |
| 409 | |
| 410 | void |
| 411 | NodeGraphicsObject:: |
| 412 | mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event) |
| 413 | { |
| 414 | QGraphicsItem::mouseDoubleClickEvent(event); |
| 415 | _double_clicked = true; |
| 416 | emit _scene.nodeDoubleClicked(node()); |
| 417 | } |
| 418 | |
| 419 | void |
| 420 | NodeGraphicsObject:: |
nothing calls this directly
no outgoing calls
no test coverage detected