! Returns the outer bounds of the item as a rectangle. */
| 370 | Returns the outer bounds of the item as a rectangle. |
| 371 | */ |
| 372 | QRectF DatapickerPointPrivate::boundingRect() const { |
| 373 | return m_boundingRectangle; |
| 374 | } |
| 375 | |
| 376 | /*! |
| 377 | Returns the shape of this item as a QPainterPath in local coordinates. |
no outgoing calls
no test coverage detected