| 214 | } |
| 215 | |
| 216 | void Previewer::zoomIn() |
| 217 | { |
| 218 | qreal zoom = roundFactor(d_view->effectiveZoom(d_view->currentPage())); |
| 219 | setCustomZoom(zoom + 0.05); |
| 220 | } |
| 221 | |
| 222 | void Previewer::zoomOut() |
| 223 | { |
nothing calls this directly
no test coverage detected