* Shows a tooltip for the appropriate button. * @param action Pointer to an action. */
| 319 | * @param action Pointer to an action. |
| 320 | */ |
| 321 | void OptionsBaseState::txtTooltipIn(Action *action) |
| 322 | { |
| 323 | _currentTooltip = action->getSender()->getTooltip(); |
| 324 | _txtTooltip->setText(tr(_currentTooltip)); |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Clears the tooltip text. |
nothing calls this directly
no test coverage detected