| 162 | } |
| 163 | |
| 164 | void PathologyViewer::zoomFinished() |
| 165 | { |
| 166 | if (_numScheduledScalings > 0) |
| 167 | _numScheduledScalings--; |
| 168 | else |
| 169 | _numScheduledScalings++; |
| 170 | sender()->deleteLater(); |
| 171 | } |
| 172 | |
| 173 | void PathologyViewer::moveTo(const QPointF& pos) { |
| 174 | this->centerOn(pos); |
nothing calls this directly
no outgoing calls
no test coverage detected