| 120 | } |
| 121 | |
| 122 | void VideoWidget::OnMouseDoubleClickEvent(QMouseEvent*) { |
| 123 | } |
| 124 | |
| 125 | void VideoWidget::OnWheelEvent(QWheelEvent* event, int widget_width, int widget_height) { |
| 126 | MouseEventDesc mouse_event_desc; |
nothing calls this directly
no outgoing calls
no test coverage detected