summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/securesocketclient.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/doc/src/securesocketclient.qdoc')
-rw-r--r--examples/network/doc/src/securesocketclient.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/network/doc/src/securesocketclient.qdoc b/examples/network/doc/src/securesocketclient.qdoc
index a61a00e833..e025b51931 100644
--- a/examples/network/doc/src/securesocketclient.qdoc
+++ b/examples/network/doc/src/securesocketclient.qdoc
@@ -29,11 +29,11 @@
\example securesocketclient
\title Secure Socket Client Example
\ingroup examples-network
+ \brief Demonstrates how to communicate over an encrypted (SSL) connection
- \brief The Secure Socket Client example shows how to use QSslSocket to
- communicate over an encrypted (SSL) connection. It also demonstrates how
- to deal with authenticity problems, and how to display security and
- certificate information.
+ This example uses QSslSocket to demonstrate how to communicate over an
+ encrypted connection, deal with authenticity problems, and display security
+ and certificate information.
\image securesocketclient.png
\image securesocketclient2.png