summaryrefslogtreecommitdiffstats
path: root/tests/manual/video-texture-qml/main.qml
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2017-02-16 16:15:47 +0100
committerPaul Lemire <paul.lemire@kdab.com>2017-02-23 07:04:13 +0000
commit5b17f3ef636e3b3f33061e635e1117aa8797f821 (patch)
tree7c742ced266b63ef6280e2b4d6f0a55b6c7b2c8d /tests/manual/video-texture-qml/main.qml
parente8251833651cf6a63b921eb35bc74d47c9b17d33 (diff)
Fix QML version registration for 5.9 types
Put a couple of the types which ended up wrongly at 2.0 with the other ones. Also applies the decision to go from 2.1 straight to 2.9 to realign the minor version with the Qt one. Will make it easier to manage. Change-Id: I7088b6c493296924a1d313c83107d5755e548ede Task-Id: QTBUG-58890 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/video-texture-qml/main.qml')
-rw-r--r--tests/manual/video-texture-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/video-texture-qml/main.qml b/tests/manual/video-texture-qml/main.qml
index 4e72ab45f..418ec06c4 100644
--- a/tests/manual/video-texture-qml/main.qml
+++ b/tests/manual/video-texture-qml/main.qml
@@ -35,7 +35,7 @@
****************************************************************************/
import Qt3D.Core 2.0
-import Qt3D.Render 2.2
+import Qt3D.Render 2.9
import Qt3D.Input 2.0
import QtQuick 2.2 as QQ2
import QtQuick.Window 2.0 as QW2