| 45 | } |
| 46 | |
| 47 | QModelIndex PluginListView::indexViewToModel(const QModelIndex& index) const |
| 48 | { |
| 49 | return MOShared::indexViewToModel(index, m_core->pluginList()); |
| 50 | } |
| 51 | |
| 52 | QModelIndexList PluginListView::indexViewToModel(const QModelIndexList& index) const |
| 53 | { |
nothing calls this directly
no test coverage detected