Revamp Local Fortune Client Example: Revisit the documentation
Remove "Example" from the title. Add \examplecategory {Connectivity}. Task-number: QTBUG-117036 Pick-to: 6.6 6.5 Change-Id: I3103669d1613e9832190b00cbe13f34ca5683ae1 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
218daa6f77
commit
7b63372c2f
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example ipc/localfortuneclient
|
\example ipc/localfortuneclient
|
||||||
\title Local Fortune Client Example
|
\examplecategory {Connectivity}
|
||||||
|
\title Local Fortune Client
|
||||||
\ingroup examples-ipc
|
\ingroup examples-ipc
|
||||||
\brief Demonstrates using QLocalSocket for a simple local service client.
|
\brief Demonstrates using QLocalSocket for a simple local service client.
|
||||||
|
|
||||||
@ -11,6 +12,7 @@
|
|||||||
local service using QLocalSocket. It is intended to be run alongside the
|
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
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
The Local Fortune Server example shows how to create a server for a simple
|
The Local Fortune Server example shows how to create a server for a simple
|
||||||
local service. It is intended to be run alongside the
|
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
|
\image localfortuneserver-example.png Screenshot of the Local Fortune Server example
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user