! Returns the outer bounds of the item as a rectangle. */
| 264 | Returns the outer bounds of the item as a rectangle. |
| 265 | */ |
| 266 | QRectF ImagePrivate::boundingRect() const { |
| 267 | return transformedBoundingRectangle; |
| 268 | } |
| 269 | |
| 270 | /*! |
| 271 | Returns the shape of this item as a QPainterPath in local coordinates. |
no outgoing calls
no test coverage detected