| 13 | } |
| 14 | |
| 15 | std::optional<size_t> ListView::rowIndexForView(const std::shared_ptr<View> &view) const |
| 16 | { |
| 17 | auto listCore = core<ListView::Core>(); |
| 18 | return listCore->rowIndexForView(view); |
| 19 | } |
| 20 | |
| 21 | void ListView::reloadData() |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected