| 231 | } |
| 232 | |
| 233 | void FilterAndZoomStack::zoomOut() |
| 234 | { |
| 235 | m_zoomStack.removeLast(); |
| 236 | emit zoomChanged(zoom()); |
| 237 | } |
| 238 | |
| 239 | void FilterAndZoomStack::resetFilterAndZoom() |
| 240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected