| 80 | } |
| 81 | |
| 82 | int XlsxTableModel::columnCount(const QModelIndex &parent) const |
| 83 | { |
| 84 | Q_UNUSED(parent) |
| 85 | return m_roleCount; |
| 86 | } |
| 87 | |
| 88 | QVariant XlsxTableModel::data(const QModelIndex &index, int role) const |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected