| 35 | } |
| 36 | |
| 37 | QModelIndex PluginListView::indexModelToView(const QModelIndex& index) const |
| 38 | { |
| 39 | return MOShared::indexModelToView(index, this); |
| 40 | } |
| 41 | |
| 42 | QModelIndexList PluginListView::indexModelToView(const QModelIndexList& index) const |
| 43 | { |
nothing calls this directly
no test coverage detected