| 209 | } |
| 210 | |
| 211 | VisualGroup *InstanceView::category(const QModelIndex &index) const |
| 212 | { |
| 213 | return category(index.data(InstanceViewRoles::GroupRole).toString()); |
| 214 | } |
| 215 | |
| 216 | VisualGroup *InstanceView::category(const QString &cat) const |
| 217 | { |
no test coverage detected