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

Method SetType

Plugins/Player/ParameterPlayer.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int CParameterPlayer::SetType(TYPE type)
27{
28 if(m_Type == type)
29 return 0;
30 m_Type = type;
31 SetModified(true);
32 return 0;
33}
34
35const QString CParameterPlayer::GetUrl() const
36{

Callers 6

Q_LOGGING_CATEGORYFunction · 0.45
COperateSSHMethod · 0.45
acceptMethod · 0.45
CParameterVncMethod · 0.45
Q_LOGGING_CATEGORYFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected