* Clears the details. * @param action Pointer to an action. */
| 298 | * @param action Pointer to an action. |
| 299 | */ |
| 300 | void ListGamesState::lstSavesMouseOut(Action *) |
| 301 | { |
| 302 | _txtDetails->setText(tr("STR_DETAILS").arg(L"")); |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Deletes the selected save. |