| 74 | } |
| 75 | |
| 76 | int XlsxTableModel::rowCount(const QModelIndex &parent) const |
| 77 | { |
| 78 | Q_UNUSED(parent) |
| 79 | return m_the_data.size(); |
| 80 | } |
| 81 | |
| 82 | int XlsxTableModel::columnCount(const QModelIndex &parent) const |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected