Rename QHttpSocket::QQueryStringMap and QHttpSocket::QHttpHeaderMap.

This commit is contained in:
Nathan Osman
2016-10-13 17:33:48 -07:00
parent 5968739f03
commit 4cfbec7c6c
12 changed files with 44 additions and 44 deletions

View File

@@ -119,7 +119,7 @@ void TestQObjectHandler::testOldConnection()
if (sendObject) {
QByteArray data = QJsonDocument(object).toJson();
client.sendHeaders("POST", "test", QHttpSocket::QHttpHeaderMap{
client.sendHeaders("POST", "test", QHttpSocket::HeaderMap{
{"Content-Length", QByteArray::number(data.length())},
{"Content-Type", "application/json"}
});