Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetReadOnly
Method
SetReadOnly
Plugins/FtpServer/ParameterFtpServer.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void CParameterFtpServer::SetReadOnly(bool newReadOnly)
42
{
43
if(m_bReadOnly == newReadOnly)
44
return;
45
m_bReadOnly = newReadOnly;
46
SetModified(true);
47
}
48
49
QString CParameterFtpServer::GetRoot() const
50
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected