aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-29 16:07:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-10 14:42:05 +0000
commit0eccff901dc802421e040e67e97de7e54d7219ee (patch)
tree5520c08486da1f11f8222b2fedbb68572f4b1626
parent7441690e673400182556d0a5254383727affe38d (diff)
Remove tutorial from Application Examples again
Turns out that there is a 'real' same game example in qtdoc, so no need to list this tutorial page. While at it, also remove the entry for 'QtQuick/Qt Quick Demo - Same Game' from manifestmeta. Since the example got renamed and moved to qtdoc, this didn't have any impact anymore. Task-number: QTBUG-117207 Change-Id: I35d8e1024e58619dc65060a41091021246546885 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit 2a93472d8e4c918f2af9f31891a4a6e0470716d2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 0ad60587ca841e143125c75622c921991cb6fc5c)
-rw-r--r--src/quick/doc/qtquick.qdocconf2
-rw-r--r--src/quick/doc/src/advtutorial.qdoc1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 78c0bb239e..0721f42a8b 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -96,8 +96,6 @@ examples.fileextensions += "*.qm"
manifestmeta.thumbnail.names += "QtQuick/Threaded ListModel Example" \
"QtQuick/QML Dynamic View Ordering Tutorial*"
-manifestmeta.highlighted.names = "QtQuick/Qt Quick Demo - Same Game"
-
navigation.landingpage = "Qt Quick"
navigation.cppclassespage = "Qt Quick C++ Classes"
navigation.qmltypespage = "Qt Quick QML Types"
diff --git a/src/quick/doc/src/advtutorial.qdoc b/src/quick/doc/src/advtutorial.qdoc
index 86a8b1ddec..dc79abbc1e 100644
--- a/src/quick/doc/src/advtutorial.qdoc
+++ b/src/quick/doc/src/advtutorial.qdoc
@@ -44,7 +44,6 @@ directory.
\nextpage QML Advanced Tutorial 2 - Populating the Game Canvas
\example tutorials/samegame/samegame1
-\examplecategory {Application Examples}
\section2 Creating the Application Screen