summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.cpp
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-31 17:55:27 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-06 16:04:09 +0200
commite3c831fc8192a3c52aa1cf50b21b4432911ace89 (patch)
tree6555224f238c7d89c261d2af013a8f12ec32a77b /src/network/access/qnetworkreply.cpp
parent7a64f2790eeee192f08b3fc139135e8b2c6b0ec9 (diff)
Fix some documentation inconsistency in QtNetwork.
Change-Id: Id3e25480d4a8529813e02dc3d19f553a9263a363 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/network/access/qnetworkreply.cpp')
-rw-r--r--src/network/access/qnetworkreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index 0e1aa1e0f2..cb5facdfc9 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -568,7 +568,7 @@ QList<QByteArray> QNetworkReply::rawHeaderList() const
/*!
Returns the attribute associated with the code \a code. If the
- attribute has not been set, it returns an invalid QVariant (type QVariant::Null).
+ attribute has not been set, it returns an invalid QVariant (type QMetaType::Unknown).
You can expect the default values listed in
QNetworkRequest::Attribute to be applied to the values returned by