| 338 | } |
| 339 | |
| 340 | void IPImageViewerGraphicsView::mouseDoubleClickEvent(QMouseEvent* event) |
| 341 | { |
| 342 | ((IPImageViewer*) parent())->on_mouseDoubleClicked(); |
| 343 | } |
| 344 | |
| 345 | void IPPixmapItem::hoverMoveEvent(QGraphicsSceneHoverEvent *event) |
| 346 | { |
nothing calls this directly
no test coverage detected