! * \brief IPProcessStep::mouseDoubleClickEvent * \param event */
| 558 | * \param event |
| 559 | */ |
| 560 | void IPProcessStep::mouseDoubleClickEvent(QGraphicsSceneMouseEvent*) |
| 561 | { |
| 562 | _mainWindow->setActiveProcessStep(this); |
| 563 | } |
| 564 | |
| 565 | |
| 566 | QVariant IPProcessStep::itemChange(GraphicsItemChange change, const QVariant &value) |
nothing calls this directly
no test coverage detected