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

Method SetBlacklist

Plugins/FtpServer/ParameterFtpServer.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void CParameterFtpServer::SetBlacklist(const QStringList &newBlacklist)
120{
121 if(m_Blacklist == newBlacklist)
122 return;
123 m_Blacklist = newBlacklist;
124 SetModified(true);
125}
126
127int CParameterFtpServer::OnLoad(QSettings &set)
128{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected