From 3326a5811fbd50add0aa370af39f4a69b3a5480e Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Tue, 4 May 2010 10:34:44 +0200 Subject: QNAM HTTP: Add doc since tags for new enums Related to MR-592 --- src/network/access/qnetworkrequest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v0.12