| 59 | } |
| 60 | |
| 61 | void MenuItem::setCaption(const UString& _value) |
| 62 | { |
| 63 | Button::setCaption(_value); |
| 64 | mOwner->_notifyUpdateName(this); |
| 65 | } |
| 66 | |
| 67 | void MenuItem::setFontName(std::string_view _value) |
| 68 | { |
nothing calls this directly
no test coverage detected