summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2011-12-22 17:42:49 -0200
committerQt by Nokia <qt-info@nokia.com>2012-01-06 23:07:26 +0100
commitb3ce4470ae2ece0c03c66684ca3d9dd13955786b (patch)
tree9e4ef3ec338cb3731bd1df66e0df4c0448a6574b /dist
parent7dca461620ee6d8cce3a74acf2e1530d4497bff9 (diff)
Removing QHttp class, its tests and its usage in examples.
Task-number: QTBUG-22750 Change-Id: I161fad772bfb26797e6ee9d69da925b6747c371f Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index e567021aa2..8855aa3852 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -141,6 +141,10 @@ information about a particular change.
* Removed implicit conversion operator QUuid::operator QString(), instead
QUuid::toString() function should be used.
+- The QHttp, QHttpHeader, QHttpResponseHeader and QHttpRequestHeader classes have
+ been removed, QNetworkAccessManager should be used instead.
+
+
****************************************************************************
* General *
****************************************************************************