| 35 | } |
| 36 | |
| 37 | QPainterPath DotQtAnnotation::shape() const { |
| 38 | QPainterPath path; |
| 39 | path.addEllipse(QPointF(), 1.5 * _rectSize / _currentLOD, 1.5 * _rectSize / _currentLOD); |
| 40 | return path; |
| 41 | } |
| 42 | |
| 43 | void DotQtAnnotation::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, |
| 44 | QWidget *widget) { |
nothing calls this directly
no outgoing calls
no test coverage detected