| 357 | } |
| 358 | |
| 359 | void MemberObsolete<MenuControl>::setAlignVert(bool _value) |
| 360 | { |
| 361 | static_cast<MenuControl*>(this)->setVerticalAlignment(_value); |
| 362 | } |
| 363 | bool MemberObsolete<MenuControl>::getAlignVert() const |
| 364 | { |
| 365 | return static_cast<const MenuControl*>(this)->getVerticalAlignment(); |
nothing calls this directly
no test coverage detected