summaryrefslogtreecommitdiffstats
path: root/tests/manual/assimp/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/assimp/main.qml')
-rw-r--r--tests/manual/assimp/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/assimp/main.qml b/tests/manual/assimp/main.qml
index b3ab70472..c8af743a2 100644
--- a/tests/manual/assimp/main.qml
+++ b/tests/manual/assimp/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.0 as Quick
import Qt3D.Core 2.0
@@ -93,7 +93,7 @@ Entity
SceneLoader {
id: sceneLoader
source: "qrc:/assets/test_scene.dae"
- onStatusChanged: {
+ onStatusChanged: (status) => {
console.log("SceneLoader status: " + status);
if (status == SceneLoader.Ready) {
console.log("Scene is ready");