MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lstSavesMouseOut

Method lstSavesMouseOut

src/Menu/ListGamesState.cpp:300–303  ·  view source on GitHub ↗

* Clears the details. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

argMethod · 0.60
setTextMethod · 0.45

Tested by

no test coverage detected