! Returns the outer bounds of the item as a rectangle. */
| 88 | Returns the outer bounds of the item as a rectangle. |
| 89 | */ |
| 90 | QRectF SegmentPrivate::boundingRect() const { |
| 91 | return boundingRectangle; |
| 92 | } |
| 93 | |
| 94 | /*! |
| 95 | Returns the shape of this item as a QPainterPath in local coordinates. |
no outgoing calls
no test coverage detected