MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / setLabel

Method setLabel

Source/Structs/StructDef.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void StructDef::setLabel(const QString& label)
128{
129 m_label = label;
130}
131
132void StructDef::addFields(FieldDef* field, int index)
133{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected