| 83 | } |
| 84 | |
| 85 | int ArrayGroupModel::columnCount(const QModelIndex& parent) const |
| 86 | { |
| 87 | (void)parent; |
| 88 | return static_cast<int>(this->ColumnToArrayComponent.size()); |
| 89 | } |
| 90 | |
| 91 | QVariant ArrayGroupModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 92 | { |
no test coverage detected