summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/ipc/doc/src/localfortuneclient.qdoc')
-rw-r--r--examples/corelib/ipc/doc/src/localfortuneclient.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
index f7fa46c932..a2bdb69b8b 100644
--- a/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
+++ b/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
@@ -3,14 +3,16 @@
/*!
\example ipc/localfortuneclient
- \title Local Fortune Client Example
+ \examplecategory {Connectivity}
+ \title Local Fortune Client
\ingroup examples-ipc
\brief Demonstrates using QLocalSocket for a simple local service client.
The Local Fortune Client example shows how to create a client for a simple
local service using QLocalSocket. It is intended to be run alongside the
- \l{Local Fortune Server Example}.
+ \l{Local Fortune Server} example.
- \image localfortuneclient-example.png Screenshot of the Local Fortune Client example
+ \image localfortuneclient-example.png Screenshot of the Local Fortune Client
+ example
*/