mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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())
|
||||
{
|
||||
// stopped
|
||||
m_listener->operationStop();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue