| 560 | } |
| 561 | |
| 562 | void MapView::resizeEvent(QResizeEvent *e) |
| 563 | { |
| 564 | QWidget::resizeEvent(e); |
| 565 | overlay->resize(width(), height()); |
| 566 | } |
| 567 | |
| 568 | void MapView::wheelEvent(QWheelEvent *e) |
| 569 | { |
nothing calls this directly
no outgoing calls
no test coverage detected