| 165 | } |
| 166 | |
| 167 | int MatrixModel::columnCount(const QModelIndex& /*parent*/) const { |
| 168 | return m_matrix->columnCount(); |
| 169 | } |
| 170 | |
| 171 | bool MatrixModel::setData(const QModelIndex& index, const QVariant& value, int role) { |
| 172 | if (!index.isValid()) |
no outgoing calls
no test coverage detected