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

Method SetRoot

Plugins/FtpServer/ParameterFtpServer.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void CParameterFtpServer::SetRoot(const QString &newRoot)
55{
56 if(m_szRoot == newRoot)
57 return;
58 m_szRoot = newRoot;
59 SetModified(true);
60}
61
62int CParameterFtpServer::GetConnectCount() const
63{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected