Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void CParameterFileTransfer::SetProtocol(Protocol newType)
21
{
22
if(m_Protocol == newType)
23
return;
24
m_Protocol = newType;
25
SetModified(true);
26
}
27
28
int CParameterFileTransfer::OnLoad(QSettings &set)
29
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected