aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-29 11:49:15 +0200
committerKai Köhne <kai.koehne@qt.io>2023-10-09 12:59:55 +0000
commit12c1e361e40e221b16fcf7efb4bcafe766f0e5a4 (patch)
tree7056b9b448d196df7d9947eb49b00b39feeaeb5a /src/webchannel/doc
parentd40391d5a8b117ff4f2dd748bac5e156128616f5 (diff)
Highlight Qt WebChannel Standalone Example
Make sure the example is shown as one of the first examples for 'Web Technologies' in Qt Creator's Welcome screen. Task-number: QTBUG-117224 Pick-to: 6.5 6.6 Change-Id: I8a9429bdf45ed31dec78bac67c96c10ee882a9d3 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/webchannel/doc')
-rw-r--r--src/webchannel/doc/qtwebchannel.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf
index 25a6eeb..7842847 100644
--- a/src/webchannel/doc/qtwebchannel.qdocconf
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -53,3 +53,5 @@ examples.fileextensions += "*.html *.json"
navigation.landingpage = "Qt WebChannel"
navigation.cppclassespage = "Qt WebChannel C++ Classes"
navigation.qmltypespage = "Qt WebChannel QML Types"
+
+manifestmeta.highlighted.names = "QtWebChannel/Qt WebChannel Standalone Example"