| 204 | } |
| 205 | |
| 206 | void AnnotationTool::mouseReleaseEvent(QMouseEvent *event) { |
| 207 | if (_viewer) { |
| 208 | if (_startSelectionMove) { |
| 209 | _startSelectionMove = false; |
| 210 | _moveStart = QPointF(-1, -1); |
| 211 | } |
| 212 | event->accept(); |
| 213 | } |
| 214 | } |
nothing calls this directly
no outgoing calls
no test coverage detected