fix: prevent crash when aborting import task while extracting pack

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2023-02-24 20:34:43 -03:00
parent fda9ca1e34
commit d5c6704475
2 changed files with 11 additions and 10 deletions

View File

@ -81,7 +81,6 @@ private slots:
void downloadProgressChanged(qint64 current, qint64 total);
void downloadAborted();
void extractFinished();
void extractAborted();
private: /* data */
NetJob::Ptr m_filesNetJob;