aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-29 11:49:15 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-16 13:06:44 +0000
commit42d3e386611d9acb9dfb64b3369cde3f57c641cc (patch)
tree63ed8556db5702290bf9ed11ad8350c85c1ef198
parent449da92a9d7ca17b95bb867927f1749426464681 (diff)
Highlight Qt WebChannel Standalone Example6.5
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 Change-Id: I8a9429bdf45ed31dec78bac67c96c10ee882a9d3 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit 12c1e361e40e221b16fcf7efb4bcafe766f0e5a4) Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io> (cherry picked from commit a32b660ebe6eed822b8d55f8cf66e369434b63d0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 766e73f..273126c 100644
--- a/src/webchannel/doc/qtwebchannel.qdocconf
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -54,5 +54,7 @@ navigation.landingpage = "Qt WebChannel"
navigation.cppclassespage = "Qt WebChannel C++ Classes"
navigation.qmltypespage = "Qt WebChannel QML Types"
+manifestmeta.highlighted.names = "QtWebChannel/Qt WebChannel Standalone Example"
+
# Enforce zero warnings for the documention build
warninglimit = 0