| 83 | |
| 84 | |
| 85 | size_t MemberObsolete<ComboBox>::getItemIndexSelected() const |
| 86 | { |
| 87 | return static_cast<const ComboBox*>(this)->getIndexSelected(); |
| 88 | } |
| 89 | void MemberObsolete<ComboBox>::setItemSelectedAt(size_t _index) |
| 90 | { |
| 91 | static_cast<ComboBox*>(this)->setIndexSelected(_index); |
nothing calls this directly
no test coverage detected