MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setIsFlag

Method setIsFlag

common/enumdefinition.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void EnumDefinition::setIsFlag(bool isFlag)
75{
76 m_isFlag = isFlag;
77}
78
79const QVector<EnumDefinitionElement> &EnumDefinition::elements() const
80{

Callers 2

valueFromMetaEnumMethod · 0.80
registerEnumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected