| 72 | } |
| 73 | |
| 74 | void MenuItem::setFontHeight(int _value) |
| 75 | { |
| 76 | Button::setFontHeight(_value); |
| 77 | if (!getCaption().empty()) |
| 78 | mOwner->_notifyUpdateName(this); |
| 79 | } |
| 80 | |
| 81 | const UString& MenuItem::getItemName() const |
| 82 | { |
nothing calls this directly
no test coverage detected