| 59 | } |
| 60 | |
| 61 | void MiniMap::mouseMoveEvent(QMouseEvent *event) { |
| 62 | // Implement later, should pan like main image |
| 63 | } |
| 64 | |
| 65 | void MiniMap::paintEvent(QPaintEvent *event) { |
| 66 | QPainter painter(this); |
nothing calls this directly
no outgoing calls
no test coverage detected