| 305 | } |
| 306 | |
| 307 | QModelIndex ProjectManagerView::indexFromView(const QModelIndex& index) const |
| 308 | { |
| 309 | return m_modelFilter->mapToSource( m_overlayProxy->mapToSource(index) ); |
| 310 | } |
| 311 | |
| 312 | QModelIndex ProjectManagerView::indexToView(const QModelIndex& index) const |
| 313 | { |
nothing calls this directly
no test coverage detected