Made ByteSynkArray to use shared_ptr
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8bf5ba2836
commit
147366bc0a
42 changed files with 497 additions and 564 deletions
|
@ -69,7 +69,7 @@ class ModrinthPackExportTask : public Task {
|
|||
void collectFiles();
|
||||
void collectHashes();
|
||||
void makeApiRequest();
|
||||
void parseApiResponse(const QByteArray* response);
|
||||
void parseApiResponse(const std::shared_ptr<QByteArray> response);
|
||||
void buildZip();
|
||||
void finish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue