Changed: Allow to abort when extracting files

This commit is contained in:
kervala 2016-05-16 14:55:46 +02:00
parent 946524a8f0
commit 4fdf70d568

View file

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