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