Make response const
I don't think the segfault fix was ideal :P Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -64,7 +64,7 @@ class ModrinthPackExportTask : public Task {
|
||||
void collectFiles();
|
||||
void collectHashes();
|
||||
void makeApiRequest();
|
||||
void parseApiResponse(QByteArray* response);
|
||||
void parseApiResponse(const QByteArray* response);
|
||||
void buildZip();
|
||||
|
||||
QByteArray generateIndex();
|
||||
|
Reference in New Issue
Block a user