MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / AddCategory

Method AddCategory

Src/Parameter.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134int CParameter::AddCategory(CParameter* p)
135{
136 if(!m_Category.contains(p))
137 m_Category.push_back(p);
138 return 0;
139}

Callers 1

Q_LOGGING_CATEGORYFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected