That aint compiling

This commit is contained in:
ArsenArsen 2017-07-12 20:24:16 +02:00
parent f980ef8904
commit b17edd323e
1 changed files with 1 additions and 1 deletions

View File

@ -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: