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

Method SetType

Plugins/RawStream/ParameterRawStream.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CParameterRawStream::SetType(TYPE type)
56{
57 if(m_Type == type)
58 return;
59 m_Type = type;
60 SetModified(true);
61}

Callers 2

Q_LOGGING_CATEGORYFunction · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected