MCPcopy Create free account
hub / github.com/KDAB/hotspot / zoomOut

Method zoomOut

src/models/filterandzoomstack.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void FilterAndZoomStack::zoomOut()
234{
235 m_zoomStack.removeLast();
236 emit zoomChanged(zoom());
237}
238
239void FilterAndZoomStack::resetFilterAndZoom()
240{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected