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

Method SetProtocol

Plugins/FileTransfer/ParameterFileTransfer.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void CParameterFileTransfer::SetProtocol(Protocol newType)
21{
22 if(m_Protocol == newType)
23 return;
24 m_Protocol = newType;
25 SetModified(true);
26}
27
28int CParameterFileTransfer::OnLoad(QSettings &set)
29{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected