| 28 | } |
| 29 | |
| 30 | QRectF IPProcessEdgeTmp::boundingRect() const |
| 31 | { |
| 32 | return QRectF(_from, _to); |
| 33 | } |
| 34 | |
| 35 | void IPProcessEdgeTmp::paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*) |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected