| 56 | } |
| 57 | |
| 58 | void AnnotationTool::mouseDoubleClickEvent(QMouseEvent *event) { |
| 59 | } |
| 60 | |
| 61 | void AnnotationTool::keyPressEvent(QKeyEvent *event) { |
| 62 | if (event->key() == Qt::Key::Key_Escape) { |
nothing calls this directly
no outgoing calls
no test coverage detected