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

Method SetWhitelist

Plugins/FtpServer/ParameterFtpServer.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void CParameterFtpServer::SetWhitelist(const QStringList &newWhitelist)
107{
108 if(m_Whitelist == newWhitelist)
109 return;
110 m_Whitelist = newWhitelist;
111 SetModified(true);
112}
113
114QStringList CParameterFtpServer::GetBlacklist() const
115{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected