Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetType
Method
SetType
Src/ParameterCompone/ParameterUser.cpp:219–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
int CParameterUser::SetType(QList<TYPE> type)
220
{
221
if(m_Data.m_Type == type)
222
return 0;
223
m_Data.m_Type = type;
224
SetModified(true);
225
return 0;
226
}
227
228
CParameterUser::TYPE CParameterUser::GetUsedType() const
229
{
Callers
1
CParameterSSH
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected