| 627 | static_cast<Window*>(this)->setVisibleSmooth(true); |
| 628 | } |
| 629 | void MemberObsolete<Window>::hideSmooth() |
| 630 | { |
| 631 | static_cast<Window*>(this)->setVisibleSmooth(false); |
| 632 | } |
| 633 | void MemberObsolete<Window>::setMinMax(const IntRect& _minmax) |
| 634 | { |
| 635 | static_cast<Window*>(this)->setMinSize(_minmax.left, _minmax.top); |
nothing calls this directly
no test coverage detected