From c9f8f87403b767405fc640b4776b7e67739a69db Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Sat, 25 Oct 2014 15:47:20 +0100 Subject: Rename RendererAspect -> QRenderAspect Change-Id: Ib16fe125e160764571775f3667cff082db921f7d Reviewed-by: Paul Lemire --- examples/wireframe/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/wireframe') diff --git a/examples/wireframe/main.cpp b/examples/wireframe/main.cpp index a55b9f394..435ab09dd 100644 --- a/examples/wireframe/main.cpp +++ b/examples/wireframe/main.cpp @@ -40,7 +40,7 @@ ****************************************************************************/ #include -#include +#include #include @@ -54,7 +54,7 @@ int main(int argc, char* argv[]) initializeAssetResources("../exampleresources/example-assets.qrb"); Qt3D::Quick::QuickWindow view; - view.registerAspect(new Qt3D::RendererAspect()); + view.registerAspect(new Qt3D::QRenderAspect()); // Expose the window as a context property so we can set the aspect ratio view.engine()->rootContext()->setContextProperty("_window", &view); -- cgit v1.2.3