MCPcopy 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
41void CParameterFtpServer::SetReadOnly(bool newReadOnly)
42{
43 if(m_bReadOnly == newReadOnly)
44 return;
45 m_bReadOnly = newReadOnly;
46 SetModified(true);
47}
48
49QString CParameterFtpServer::GetRoot() const
50{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected