Changed: Allow to abort when extracting files
This commit is contained in:
parent
7371134470
commit
3a327b4290
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ bool CFilesExtractor::extractBnp()
|
||||||
if (m_listener && m_listener->operationShouldStop())
|
if (m_listener && m_listener->operationShouldStop())
|
||||||
{
|
{
|
||||||
// stopped
|
// stopped
|
||||||
|
m_listener->operationStop();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue