* Zooms into the globe. * @param action Pointer to an action. */
| 289 | * @param action Pointer to an action. |
| 290 | */ |
| 291 | void SelectDestinationState::btnZoomInLeftClick(Action *) |
| 292 | { |
| 293 | _globe->zoomIn(); |
| 294 | } |
| 295 | |
| 296 | /** |
| 297 | * Zooms the globe maximum. |