| 59 | return QModelIndex(); |
| 60 | } |
| 61 | int rowCount(const QModelIndex &) const override |
| 62 | { |
| 63 | return sourceModel()->columnCount(); |
| 64 | } |
| 65 | int columnCount(const QModelIndex &) const override |
| 66 | { |
| 67 | return sourceModel()->rowCount(); |
no test coverage detected