From 18964d9ebed281a72506eccdf26319ce18be46d7 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Sun, 18 Oct 2015 09:58:19 +0100 Subject: Rename Renderer -> Render throughout This is for consistency between the C++ namespaces and QML imports and with the other aspects. Change-Id: I73392f138b4e519b12888f52530123e3d0ba445e Reviewed-by: Paul Lemire --- examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp') diff --git a/examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp b/examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp index 42583c92d..b86a57a72 100644 --- a/examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp +++ b/examples/qt3d/tessellation-modes/tessellatedquadmesh.cpp @@ -36,9 +36,9 @@ #include "tessellatedquadmesh.h" -#include -#include -#include +#include +#include +#include class TessellatedGeometry : public Qt3DRender::QGeometry { -- cgit v1.2.3