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