| 18 | } |
| 19 | |
| 20 | QRectF PointSetQtAnnotation::boundingRect() const { |
| 21 | return _bRect; |
| 22 | } |
| 23 | |
| 24 | void PointSetQtAnnotation::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, |
| 25 | QWidget *widget) { |
nothing calls this directly
no outgoing calls
no test coverage detected