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 --- src/render/materialsystem/qannotation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/materialsystem/qannotation.h') diff --git a/src/render/materialsystem/qannotation.h b/src/render/materialsystem/qannotation.h index e36bfe46e..28b2e87d8 100644 --- a/src/render/materialsystem/qannotation.h +++ b/src/render/materialsystem/qannotation.h @@ -37,7 +37,7 @@ #ifndef QT3DRENDER_QANNOTATION_H #define QT3DRENDER_QANNOTATION_H -#include +#include #include #include @@ -47,7 +47,7 @@ namespace Qt3DRender { class QAnnotationPrivate; -class QT3DRENDERERSHARED_EXPORT QAnnotation : public Qt3DCore::QNode +class QT3DRENDERSHARED_EXPORT QAnnotation : public Qt3DCore::QNode { Q_OBJECT Q_PROPERTY(QVariant value READ value WRITE setValue NOTIFY valueChanged) -- cgit v1.2.3