* Changes the currently displayed minimap level. * @param action Pointer to an action. */
| 138 | * @param action Pointer to an action. |
| 139 | */ |
| 140 | void MiniMapState::btnLevelUpClick(Action *) |
| 141 | { |
| 142 | std::wostringstream s; |
| 143 | s << _miniMapView->up(); |
| 144 | _txtLevel->setText(s.str()); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Changes the currently displayed minimap level. |