Changed: Allow to abort when extracting files

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 9f06af9a87
commit f042f1850f

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

Loading…
Cancel
Save