| 117 | } |
| 118 | |
| 119 | QString AccessibleInstanceView::rowDescription(int row) const |
| 120 | { |
| 121 | if (!view()->model()) |
| 122 | return QString(); |
| 123 | return view()->model()->headerData(row, Qt::Vertical).toString(); |
| 124 | } |
| 125 | |
| 126 | QList<QAccessibleInterface *> AccessibleInstanceView::selectedCells() const |
| 127 | { |
nothing calls this directly
no test coverage detected