| 77 | } |
| 78 | |
| 79 | int ArrayGroupModel::rowCount(const QModelIndex& parent) const |
| 80 | { |
| 81 | (void)parent; |
| 82 | return this->CurrentTable ? this->CurrentTable->GetNumberOfTuples() : 0; |
| 83 | } |
| 84 | |
| 85 | int ArrayGroupModel::columnCount(const QModelIndex& parent) const |
| 86 | { |
no test coverage detected