| 25 | } |
| 26 | |
| 27 | int StructDetailModel::rowCount(const QModelIndex& parent) const |
| 28 | { |
| 29 | (void)parent; |
| 30 | return static_cast<int>(m_fields.count()); |
| 31 | } |
| 32 | |
| 33 | QVariant StructDetailModel::data(const QModelIndex& index, int role) const |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected