Changed: Allow to abort when extracting files

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-16 14:55:46 +02:00
parent 9f06af9a87
commit f042f1850f

View file

@ -614,6 +614,7 @@ bool CFilesExtractor::extractBnp()
if (m_listener && m_listener->operationShouldStop())
{
// stopped
m_listener->operationStop();
return true;
}