From 4b4a407512fdd4cc0a2f7caa463b7b03520b3f62 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Mon, 18 Jan 2016 10:08:41 +0000 Subject: Temporarily expose window to QML context Allows to restore most of the QML examples using this approach until a more permanent solution can be developed (I have an idea on how to do this and will try it today). Change-Id: I9b9bb86a5323140be3ed2456cdfa91b1f93187b1 Reviewed-by: Paul Lemire --- examples/qt3d/custom-mesh-qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/qt3d/custom-mesh-qml/main.qml') diff --git a/examples/qt3d/custom-mesh-qml/main.qml b/examples/qt3d/custom-mesh-qml/main.qml index cb7175b07..1257676a5 100644 --- a/examples/qt3d/custom-mesh-qml/main.qml +++ b/examples/qt3d/custom-mesh-qml/main.qml @@ -60,6 +60,7 @@ Entity { activeFrameGraph: ForwardRenderer { clearColor: Qt.rgba(0.5, 0.5, 1, 1) camera: camera + window: _q_window } } ] -- cgit v1.2.3