mirror of https://github.com/qt/qtgrpc.git
Doc: Move QtGrpc Chat example to Networking category
This is a better place then the 'Application Examples' category that should be reserved for higher-level examples that work out of the box. Also highlight the example in the Networking category. Pick-to: 6.8 6.9 6.10 Task-number: QTBUG-137988 Change-Id: I75f630daeba350043f6d0aa3a90b30bee967e6b1 Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
This commit is contained in:
parent
6f589e1d5c
commit
b00344793d
|
|
@ -4,7 +4,7 @@
|
|||
/*!
|
||||
\example chat
|
||||
\ingroup qtgrpc-examples
|
||||
\examplecategory {Application Examples}
|
||||
\examplecategory {Networking}
|
||||
\meta tag {network,protobuf,grpc,serialization,tcp,ssl,tls,quick}
|
||||
\title QtGrpc Chat
|
||||
\brief A chat application to share messages of any kind in a chat room.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,9 @@ navigation.qmltypespage = "Qt GRPC QML Types"
|
|||
navigation.toctitles = "Qt GRPC module topics"
|
||||
navigation.toctitles.inclusive = false
|
||||
|
||||
manifestmeta.highlighted.names = "QtGrpc/Magic 8 Ball"
|
||||
manifestmeta.highlighted.names = \
|
||||
"QtGrpc/Magic 8 Ball" \
|
||||
"QtGrpc/QtGrpc Chat"
|
||||
|
||||
tagfile = qtgrpc.tags
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue