That aint compiling
This commit is contained in:
parent
f980ef8904
commit
b17edd323e
@ -329,7 +329,7 @@ void CustomUploader::doUpload(QByteArray imgData, QString format) {
|
|||||||
} else
|
} else
|
||||||
cdh += "; " + headerVal + ": \"" + valo[headerVal].toString().replace("\"", "\\\"") + "\"";
|
cdh += "; " + headerVal + ": \"" + valo[headerVal].toString().replace("\"", "\\\"") + "\"";
|
||||||
}
|
}
|
||||||
part.setHeader(QNetworkRequest::ContentDispositionHeader, cdh)
|
part.setHeader(QNetworkRequest::ContentDispositionHeader, cdh);
|
||||||
}
|
}
|
||||||
switch (method) {
|
switch (method) {
|
||||||
case HttpMethod::POST:
|
case HttpMethod::POST:
|
||||||
|
Loading…
Reference in New Issue
Block a user