| 179 | } |
| 180 | |
| 181 | std::pair<QModelIndex, QModelIndexList> PluginListView::selected() const |
| 182 | { |
| 183 | return {indexViewToModel(currentIndex()), |
| 184 | indexViewToModel(selectionModel()->selectedRows())}; |
| 185 | } |
| 186 | |
| 187 | void PluginListView::setSelected(const QModelIndex& current, |
| 188 | const QModelIndexList& selected) |
nothing calls this directly
no test coverage detected