| 229 | } |
| 230 | |
| 231 | VisualGroup *InstanceView::category(const QModelIndex &index) const |
| 232 | { |
| 233 | return category(index.data(InstanceViewRoles::GroupRole).toString()); |
| 234 | } |
| 235 | |
| 236 | VisualGroup *InstanceView::category(const QString &cat) const |
| 237 | { |
no test coverage detected