| 623 | |
| 624 | |
| 625 | void MemberObsolete<Window>::showSmooth(bool _reset) |
| 626 | { |
| 627 | static_cast<Window*>(this)->setVisibleSmooth(true); |
| 628 | } |
| 629 | void MemberObsolete<Window>::hideSmooth() |
| 630 | { |
| 631 | static_cast<Window*>(this)->setVisibleSmooth(false); |
nothing calls this directly
no test coverage detected