* Changes the Show Funds option. * @param action Pointer to an action. */
| 253 | * @param action Pointer to an action. |
| 254 | */ |
| 255 | void OptionsGeoscapeState::btnShowFundsClick(Action *) |
| 256 | { |
| 257 | Options::showFundsOnGeoscape = _btnShowFunds->getPressed(); |
| 258 | } |
| 259 | |
| 260 | } |
nothing calls this directly
no test coverage detected