| 248 | } |
| 249 | |
| 250 | int SpreadsheetModel::rowCount(const QModelIndex& /*parent*/) const { |
| 251 | return m_rowCount; |
| 252 | } |
| 253 | |
| 254 | int SpreadsheetModel::columnCount(const QModelIndex& /*parent*/) const { |
| 255 | return m_columnCount; |
no outgoing calls
no test coverage detected