From 6a5d1370b3209c7c5ed6fc498190deff69e74552 Mon Sep 17 00:00:00 2001 From: Michalina Ziemba Date: Tue, 14 Feb 2012 13:27:58 +0100 Subject: Qt Network: Added the \inmodule command in the class documentation. -Some of the public classes were missing the \inmodule command. -Fixed a sentence. Change-Id: I88ebe12680c744e32253dc01c5ddb4292267caf9 Reviewed-by: Lars Knoll --- src/network/access/qnetworkrequest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/network/access/qnetworkrequest.cpp') diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp index b9c149e5d8..ef81b6081d 100644 --- a/src/network/access/qnetworkrequest.cpp +++ b/src/network/access/qnetworkrequest.cpp @@ -57,12 +57,12 @@ QT_BEGIN_NAMESPACE /*! \class QNetworkRequest - \brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager. \since 4.4 - \ingroup network \inmodule QtNetwork + \brief The QNetworkRequest class holds a request to be sent with QNetworkAccessManager. + QNetworkRequest is part of the Network Access API and is the class holding the information necessary to send a request over the network. It contains a URL and some ancillary information that can @@ -115,7 +115,7 @@ QT_BEGIN_NAMESPACE /*! \enum QNetworkRequest::Attribute \since 4.7 - + Attribute codes for the QNetworkRequest and QNetworkReply. Attributes are extra meta-data that are used to control the @@ -606,7 +606,7 @@ QNetworkRequest::Priority QNetworkRequest::priority() const /*! \enum QNetworkRequest::Priority \since 4.7 - + This enum lists the possible network request priorities. \value HighPriority High priority -- cgit v1.2.3