| 242 | } |
| 243 | |
| 244 | void MemberObsolete<ItemBox>::setItemBoxAlignVert(bool _value) |
| 245 | { |
| 246 | static_cast<ItemBox*>(this)->setVerticalAlignment(_value); |
| 247 | } |
| 248 | bool MemberObsolete<ItemBox>::getItemBoxAlignVert() const |
| 249 | { |
| 250 | return static_cast<const ItemBox*>(this)->getVerticalAlignment(); |
nothing calls this directly
no test coverage detected