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