| 341 | } |
| 342 | |
| 343 | QModelIndex ModListView::indexViewToModel(const QModelIndex& index) const |
| 344 | { |
| 345 | return ::indexViewToModel(index, m_core->modList()); |
| 346 | } |
| 347 | |
| 348 | QModelIndexList ModListView::indexViewToModel(const QModelIndexList& index) const |
| 349 | { |
no test coverage detected