* Zooms the globe minimum. * @param action Pointer to an action. */
| 316 | * @param action Pointer to an action. |
| 317 | */ |
| 318 | void SelectDestinationState::btnZoomOutRightClick(Action *) |
| 319 | { |
| 320 | _globe->zoomMin(); |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Returns to the previous screen. |