| 67 | return sourceModel()->rowCount(); |
| 68 | } |
| 69 | QVariant data(const QModelIndex &ind, int role) const override |
| 70 | { |
| 71 | return sourceModel()->data(mapToSource(ind), role); |
| 72 | } |
| 73 | }; |
| 74 | |
| 75 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected