* Returns the help description of this surface, * for example for showing in tooltips. * @return String ID. */
| 836 | * @return String ID. |
| 837 | */ |
| 838 | std::string Surface::getTooltip() const |
| 839 | { |
| 840 | return _tooltip; |
| 841 | } |
| 842 | |
| 843 | /** |
| 844 | * Changes the help description of this surface, |
no outgoing calls
no test coverage detected