| 8 | #include "core/Point.h" |
| 9 | |
| 10 | DotAnnotationTool::DotAnnotationTool(AnnotationWorkstationExtensionPlugin* annotationPlugin, PathologyViewer* viewer) : |
| 11 | AnnotationTool(annotationPlugin, viewer) |
| 12 | { |
| 13 | } |
| 14 | |
| 15 | void DotAnnotationTool::mousePressEvent(QMouseEvent *event) { |
| 16 | AnnotationTool::mousePressEvent(event); |
nothing calls this directly
no outgoing calls
no test coverage detected