| 285 | static_cast<ListBox*>(this)->removeAllItems(); |
| 286 | } |
| 287 | size_t MemberObsolete<ListBox>::findItem(const UString& _item) |
| 288 | { |
| 289 | return static_cast<ListBox*>(this)->findItemIndexWith(_item); |
| 290 | } |
| 291 | size_t MemberObsolete<ListBox>::getItemSelect() const |
| 292 | { |
| 293 | return static_cast<const ListBox*>(this)->getIndexSelected(); |
nothing calls this directly
no test coverage detected