| 44 | } |
| 45 | |
| 46 | int SpreadsheetCommentsHeaderModel::rowCount(const QModelIndex& /*parent*/) const { |
| 47 | return m_spreadsheet_model->rowCount(); |
| 48 | } |
| 49 | |
| 50 | int SpreadsheetCommentsHeaderModel::columnCount(const QModelIndex& /*parent*/) const { |
| 51 | return m_spreadsheet_model->columnCount(); |
no outgoing calls
no test coverage detected