| 331 | } |
| 332 | |
| 333 | void IPImageViewerGraphicsView::mouseReleaseEvent(QMouseEvent* event) |
| 334 | { |
| 335 | ((IPImageViewer*) parent())->on_mouseClicked(); |
| 336 | |
| 337 | QGraphicsView::mouseReleaseEvent(event); |
| 338 | } |
| 339 | |
| 340 | void IPImageViewerGraphicsView::mouseDoubleClickEvent(QMouseEvent* event) |
| 341 | { |
nothing calls this directly
no test coverage detected