mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Changed: Allow to abort when extracting files
This commit is contained in:
parent
946524a8f0
commit
4fdf70d568
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