summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-25 13:43:03 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-26 00:01:09 +0000
commit2061c23ba1766895a2b9faa03851fbb5a88c4d21 (patch)
treec9a374eaf66fc55cb60a45b272fddc601e2c00d9
parent8a425518809d6e9d3102487b4fa55a7deba15802 (diff)
Remove some examples from highlighted list
The Local Fortune examples and the JSON Save Game don't need to be highlighted in Qt Creator. Change-Id: I7c7c9997e9a1cfb61f94309f16be65c810b42e14 Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 61436f24cbd8219b0442544bd8e162fb8970bfc6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/doc/qtcore.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf
index 4a764ff61c..895dcb7b0a 100644
--- a/src/corelib/doc/qtcore.qdocconf
+++ b/src/corelib/doc/qtcore.qdocconf
@@ -51,8 +51,5 @@ excludefiles += ../../../examples/widgets/tools/customcompleter/doc/src/customco
# Included in qttestlib.qdocconf instead
excludefiles += ../kernel/qtestsupport_core.cpp
-manifestmeta.highlighted.names = "QtCore/JSON Save Game Example" \
- "QtCore/Local Fortune*"
-
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"