Completely reorganize the library, moving up to Qt 5.4, using C++11 where reasonably possible, and reorganizing the includes.

This commit is contained in:
Nathan Osman
2016-10-06 21:50:45 -07:00
parent 7930ef4a50
commit 7c460edb57
48 changed files with 312 additions and 247 deletions

View File

@@ -136,7 +136,7 @@ void TestQObjectHandler::testRequests()
QSimpleHttpClient client(pair.client());
QHttpSocket socket(pair.server(), &pair);
QHttpHeaderMap headers;
QHttpSocket::QHttpHeaderMap headers;
headers.insert("Content-Length", QByteArray::number(data.length()));
client.sendHeaders(method, path, headers);