summaryrefslogtreecommitdiff
path: root/tests/manual/scene3d/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scene3d/main.qml')
-rw-r--r--tests/manual/scene3d/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/scene3d/main.qml b/tests/manual/scene3d/main.qml
index 998c7a275..9e8531000 100644
--- a/tests/manual/scene3d/main.qml
+++ b/tests/manual/scene3d/main.qml
@@ -44,7 +44,7 @@ Item {
origin.x: scene.width / 2
origin.y: scene.height / 2
}
-
+ //! [0]
Scene3D {
id: scene3d
anchors.fill: parent
@@ -57,6 +57,7 @@ Item {
id: rootEntity
}
}
+ //! [0]
}
Rectangle {