summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp2
-rw-r--r--src/network/access/qnetworkcookiejar.cpp2
-rw-r--r--src/network/access/qnetworkreply.cpp2
-rw-r--r--src/network/doc/src/qtnetwork.qdoc2
-rw-r--r--src/network/ssl/qsslconfiguration.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index 35e79a69f2..76850837d0 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -166,7 +166,7 @@ static void ensureInitialized()
/*!
\class QNetworkAccessManager
\brief The QNetworkAccessManager class allows the application to
- send network requests and receive replies
+ send network requests and receive replies.
\since 4.4
\ingroup network
diff --git a/src/network/access/qnetworkcookiejar.cpp b/src/network/access/qnetworkcookiejar.cpp
index 2ec4acf26c..072a7f249d 100644
--- a/src/network/access/qnetworkcookiejar.cpp
+++ b/src/network/access/qnetworkcookiejar.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
\since 4.4
\inmodule QtNetwork
- \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects
+ \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects.
Cookies are small bits of information that stateless protocols
like HTTP use to maintain some persistent information across
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index 11d8f0e3f7..aca9cb1c08 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -61,7 +61,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
\class QNetworkReply
\since 4.4
\brief The QNetworkReply class contains the data and headers for a request
- sent with QNetworkAccessManager
+ sent with QNetworkAccessManager.
\reentrant
\ingroup network
diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc
index 7a95195da2..517e0a72cb 100644
--- a/src/network/doc/src/qtnetwork.qdoc
+++ b/src/network/doc/src/qtnetwork.qdoc
@@ -96,7 +96,7 @@
\title Qt Network C++ Classes
\ingroup modules
\qtvariable network
- \brief Provides classes to make network programming easier and portable
+ \brief Provides classes to make network programming easier and portable.
To include the definitions of the module's classes, use the
following directive:
diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp
index a1697c0125..46df181496 100644
--- a/src/network/ssl/qsslconfiguration.cpp
+++ b/src/network/ssl/qsslconfiguration.cpp
@@ -59,7 +59,7 @@ const char QSslConfiguration::NextProtocolHttp1_1[] = "http/1.1";
/*!
\class QSslConfiguration
- \brief The QSslConfiguration class holds the configuration and state of an SSL connection
+ \brief The QSslConfiguration class holds the configuration and state of an SSL connection.
\since 4.4
\reentrant