summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 11:43:57 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 11:54:26 (GMT)
commit5e95e1bb510d24b9b7889191144a4842fd8569c1 (patch)
tree803c1ebbdf92af0d8438c25e648bc9e3e70e9305 /src/network
parent4f2d34ed13bd63413e726229fd50c4b33f2d0127 (diff)
downloadQt-5e95e1bb510d24b9b7889191144a4842fd8569c1.zip
Qt-5e95e1bb510d24b9b7889191144a4842fd8569c1.tar.gz
Qt-5e95e1bb510d24b9b7889191144a4842fd8569c1.tar.bz2
QNetworkRequest: Doc enhancement
Reviewed-by: David Boddie
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkrequest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index a2bef67..c4ff24d 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -138,6 +138,8 @@ QT_BEGIN_NAMESPACE
default follow redirections: it's up to the application to
determine if the requested redirection should be allowed,
according to its security policies.
+ The returned URL might be relative. Use QUrl::resolved()
+ to create an absolute URL out of it.
\value ConnectionEncryptedAttribute
Replies only, type: QVariant::Bool (default: false)