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

Method SetType

Src/ParameterCompone/ParameterProxy.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int CParameterProxy::SetType(QList<TYPE> type)
83{
84 if(m_Type == type)
85 return 0;
86 m_Type = type;
87 SetModified(true);
88 return 0;
89}
90
91CParameterProxy::TYPE CParameterProxy::GetUsedType() const
92{

Callers 1

CParameterProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected