Further reduce buggy behaviour

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-03-06 17:22:20 +00:00
parent 970ec8187c
commit 5d5fcae501
2 changed files with 53 additions and 32 deletions

View File

@ -55,6 +55,7 @@ class ModrinthPackExportTask : public Task {
QMap<QString, QString> pendingHashes;
QMap<QString, ResolvedFile> resolvedFiles;
Task::Ptr task;
bool pendingAbort = false;
void collectFiles();
void parseApiResponse(QByteArray* response);