summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2018-01-19 11:53:41 +0100
committerPaul Lemire <paul.lemire@kdab.com>2018-01-22 06:09:00 +0000
commit32a511a667bab93d4fca2e71b38d89f8d76aa07c (patch)
tree3e16b4320b7241cb1c44a84365eacb93d9ee0851 /tests/manual
parentbf6d107b90b8a5e9f24da0c0f551c66952dbf57b (diff)
Mesh loading: send status update
Change-Id: Id4b73655ee30c3c225ee804f1e9244cc2b16aebf Task-number: QTBUG-60927 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/downloading/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/downloading/main.qml b/tests/manual/downloading/main.qml
index 47d1c09fb..1dbbc3e5c 100644
--- a/tests/manual/downloading/main.qml
+++ b/tests/manual/downloading/main.qml
@@ -82,6 +82,7 @@ Entity {
Mesh {
id: mesh
source: "https://codereview.qt-project.org/gitweb?p=qt/qt3d.git;a=blob_plain;hb=refs/heads/dev;f=examples/qt3d/exampleresources/assets/chest/Chest.obj"
+ onStatusChanged: console.log("Status " + status)
}
Transform {