| 161 | } |
| 162 | |
| 163 | int MatrixModel::rowCount(const QModelIndex& /*parent*/) const { |
| 164 | return m_matrix->rowCount(); |
| 165 | } |
| 166 | |
| 167 | int MatrixModel::columnCount(const QModelIndex& /*parent*/) const { |
| 168 | return m_matrix->columnCount(); |
no outgoing calls
no test coverage detected