| 331 | } |
| 332 | |
| 333 | QModelIndex ModListView::indexModelToView(const QModelIndex& index) const |
| 334 | { |
| 335 | return ::indexModelToView(index, this); |
| 336 | } |
| 337 | |
| 338 | QModelIndexList ModListView::indexModelToView(const QModelIndexList& index) const |
| 339 | { |
no test coverage detected