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.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/network/doc/src/securesocketclient.qdoc b/examples/network/doc/src/securesocketclient.qdoc
index 16986292af..e025b51931 100644
--- a/examples/network/doc/src/securesocketclient.qdoc
+++ b/examples/network/doc/src/securesocketclient.qdoc
@@ -28,11 +28,12 @@
/*!
\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