| 24 | |
| 25 | |
| 26 | QAbstractItemView *AccessibleInstanceView::view() const |
| 27 | { |
| 28 | return qobject_cast<QAbstractItemView*>(object()); |
| 29 | } |
| 30 | |
| 31 | int AccessibleInstanceView::logicalIndex(const QModelIndex &index) const |
| 32 | { |
no outgoing calls
no test coverage detected