Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
int 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_CATEGORY
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected