* Zooms the globe out as far as possible. */
| 712 | * Zooms the globe out as far as possible. |
| 713 | */ |
| 714 | void Globe::zoomMin() |
| 715 | { |
| 716 | if (_zoom > 0) |
| 717 | { |
| 718 | setZoom(0); |
| 719 | } |
| 720 | } |
| 721 | |
| 722 | /** |
| 723 | * Zooms the globe in as close as possible. |
no outgoing calls
no test coverage detected