| 220 | } |
| 221 | |
| 222 | void Previewer::zoomOut() |
| 223 | { |
| 224 | qreal zoom = roundFactor(d_view->effectiveZoom(d_view->currentPage())); |
| 225 | setCustomZoom(zoom - 0.05); |
| 226 | } |
| 227 | |
| 228 | void Previewer::zoomOptionSelected(int index) |
| 229 | { |
nothing calls this directly
no test coverage detected