Implement abort (possible broken?) and therefore make it work without crashing!
The shared pointer was going out of scope 🤦.
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
a2716f5cf6
commit
f583e617ec
2 changed files with 12 additions and 4 deletions
|
@ -34,6 +34,7 @@ class ModrinthPackExportTask : public Task {
|
|||
|
||||
protected:
|
||||
void executeTask() override;
|
||||
bool abort() override;
|
||||
|
||||
private:
|
||||
static const QStringList PREFIXES;
|
||||
|
@ -47,6 +48,7 @@ class ModrinthPackExportTask : public Task {
|
|||
ModrinthAPI api;
|
||||
QFileInfoList files;
|
||||
QMap<QString, QString> fileHashes;
|
||||
Task::Ptr task;
|
||||
|
||||
struct ResolvedFile {
|
||||
QString sha1, sha512, url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue