summaryrefslogtreecommitdiffstats
path: root/tests/manual/video-texture-qml/main.qml
diff options
context:
space:
mode:
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 c7d0b47ec..55b2329eb 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.0
+import Qt3D.Render 2.2
import Qt3D.Input 2.0
import QtQuick 2.2 as QQ2
import QtQuick.Window 2.0 as QW2