summaryrefslogtreecommitdiffstats
path: root/examples/wireframe
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-10-25 15:47:20 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-10-26 10:17:26 +0100
commitc9f8f87403b767405fc640b4776b7e67739a69db (patch)
treecdae36dfabbbe7783d59d76f64ce15fa9907b65d /examples/wireframe
parent0e7ac3d230879986d9353c13eed4b45038f3eee4 (diff)
Rename RendererAspect -> QRenderAspect
Change-Id: Ib16fe125e160764571775f3667cff082db921f7d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/wireframe')
-rw-r--r--examples/wireframe/main.cpp4
1 files changed, 2 insertions, 2 deletions
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 <Qt3DQuick/quickwindow.h>
-#include <Qt3DRenderer/rendereraspect.h>
+#include <Qt3DRenderer/qrenderaspect.h>
#include <exampleresources.h>
@@ -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);