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

@@ -176,7 +176,7 @@ void TestQFilesystemHandler::testRangeRequests()
QHttpSocket socket(pair.server(), &pair);
if (!range.isEmpty()) {
QHttpSocket::QHttpHeaderMap inHeaders;
QHttpSocket::HeaderMap inHeaders;
inHeaders.insert("Range", QByteArray("bytes=") + range.toUtf8());
client.sendHeaders("GET", path.toUtf8(), inHeaders);
QTRY_VERIFY(socket.isHeadersParsed());