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