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