| 138 | } |
| 139 | |
| 140 | void StructDef::clearFields() |
| 141 | { |
| 142 | qDeleteAll(m_fields); |
| 143 | m_fields.clear(); |
| 144 | m_length = 0; |
| 145 | } |
| 146 | |
| 147 | void StructDef::setFields(QVector<FieldDef*> fields) |
| 148 | { |
nothing calls this directly
no outgoing calls
no test coverage detected