| 252 | } |
| 253 | |
| 254 | int SpreadsheetModel::columnCount(const QModelIndex& /*parent*/) const { |
| 255 | return m_columnCount; |
| 256 | } |
| 257 | |
| 258 | bool SpreadsheetModel::setData(const QModelIndex& index, const QVariant& value, int role) { |
| 259 | if (!index.isValid()) |
no outgoing calls
no test coverage detected