From b21dfb2db3b48192e05dfdca9fdb85ed4bca02f2 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Thu, 11 Jun 2015 14:55:32 +0100 Subject: Use Qt3D.Renderer rather than Render This should make the documentation and code terminology consistent throughout. We can rename the source directories at a later date if needed. Task-number: QTBUG-46622 Change-Id: I2737e54192341808f4a0270ad19ba70f6c4af589 Reviewed-by: Kai Koehne Reviewed-by: Giuseppe D'Angelo --- examples/qt3d/simple-qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d/simple-qml/main.qml') diff --git a/examples/qt3d/simple-qml/main.qml b/examples/qt3d/simple-qml/main.qml index c82bafaa3..9d9038d7d 100644 --- a/examples/qt3d/simple-qml/main.qml +++ b/examples/qt3d/simple-qml/main.qml @@ -35,7 +35,7 @@ ****************************************************************************/ import Qt3D 2.0 -import Qt3D.Render 2.0 +import Qt3D.Renderer 2.0 import QtQuick 2.2 as QQ2 Entity { -- cgit v1.2.3