hf 4
This commit is contained in:
@@ -207,7 +207,7 @@ void ProxyInstanse::createConfigurationFile()
|
||||
generateBlackList(rawDomainsList.split(','));
|
||||
|
||||
QString blockedDomainsConfigPart;
|
||||
QMapIterator mapIterator (m_blackList);
|
||||
QMapIterator<QString, QStringList> mapIterator(m_blackList);
|
||||
while (mapIterator.hasNext())
|
||||
{
|
||||
auto currentNode = mapIterator.next();
|
||||
|
||||
Reference in New Issue
Block a user