aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2023-11-15 15:12:39 +0100
committerLucie Gérard <lucie.gerard@qt.io>2023-11-28 19:18:41 +0100
commit6c3947e8c58fbba812eb6c204ef3947fd1c13bfc (patch)
tree93a5dd599a39bd8cd0167e547ff2efd1736f6642 /src/qml/doc
parentfeb1f1ec721b4a61fcc5639b068b28ad20b790a7 (diff)
Remove qml locale and dynamicscene examples
locale example has no documentation dynamicscene example does not promote good behavior Task-number: QTBUG-119117 Change-Id: I782375e2ac50b73535d51a031711222efc15b3ad Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/javascript/dynamicobjectcreation.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
index 4342d3bada..f20111d154 100644
--- a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
+++ b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
@@ -11,10 +11,6 @@ useful to delay instantiation of objects until necessary, thereby improving
application startup time. It also allows visual objects to be dynamically
created and added to the scene in reaction to user input or other events.
-See the \l {QML Example - Dynamic Scene}{Dynamic Scene example} for a
-demonstration of the concepts discussed on this page.
-
-
\section1 Creating Objects Dynamically
There are two ways to create objects dynamically from JavaScript. You can