| 207 | } |
| 208 | |
| 209 | QModelIndex MatrixModel::index(int row, int column, const QModelIndex& /*parent*/) const { |
| 210 | return createIndex(row, column); |
| 211 | } |
| 212 | |
| 213 | QModelIndex MatrixModel::parent(const QModelIndex& /*child*/) const { |
| 214 | return QModelIndex{}; |
no outgoing calls
no test coverage detected