Changed: Allow to abort when extracting files

This commit is contained in:
kervala 2016-05-16 14:55:46 +02:00
parent 7371134470
commit 3a327b4290

View file

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