summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-05-04 08:34:44 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-05-04 08:52:21 (GMT)
commit3326a5811fbd50add0aa370af39f4a69b3a5480e (patch)
tree1c389123393dd0bc87f9cbb74513dc4ac82a5af7 /src
parentf3066a7f3dc3c3a69344193b0fb50504c5760086 (diff)
downloadQt-3326a5811fbd50add0aa370af39f4a69b3a5480e.zip
Qt-3326a5811fbd50add0aa370af39f4a69b3a5480e.tar.gz
Qt-3326a5811fbd50add0aa370af39f4a69b3a5480e.tar.bz2
QNAM HTTP: Add doc since tags for new enums
Related to MR-592
Diffstat (limited to 'src')
-rw-r--r--src/network/access/qnetworkrequest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index 79f169f..911eadc 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -200,6 +200,8 @@ QT_BEGIN_NAMESPACE
See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information.
+ \since 4.7
+
\value CookieSaveControlAttribute
Requests only, type: QVariant::Int (default: QNetworkRequest::Automatic)
Indicates whether to save 'Cookie' headers received from the server in reply
@@ -211,6 +213,8 @@ QT_BEGIN_NAMESPACE
See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information.
+ \since 4.7
+
\value AuthenticationReuseControlAttribute
Requests only, type: QVariant::Int (default: QNetworkRequest::Automatic)
Indicates whether to use cached authorization credentials in the request,
@@ -224,6 +228,8 @@ QT_BEGIN_NAMESPACE
See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information.
+ \since 4.7
+
\value User
Special type. Additional information can be passed in
QVariants with types ranging from User to UserMax. The default
@@ -258,6 +264,7 @@ QT_BEGIN_NAMESPACE
/*!
\enum QNetworkRequest::LoadControl
+ \since 4.7
Indicates if an aspect of the request's loading mechanism has been
manually overridden, e.g. by QtWebKit.