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/renderstates/qblendstate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/renderstates/qblendstate.h') diff --git a/src/render/renderstates/qblendstate.h b/src/render/renderstates/qblendstate.h index 2ae8b06bc..f67b30275 100644 --- a/src/render/renderstates/qblendstate.h +++ b/src/render/renderstates/qblendstate.h @@ -38,7 +38,7 @@ #ifndef QT3DRENDER_QBLENDSTATE_H #define QT3DRENDER_QBLENDSTATE_H -#include +#include QT_BEGIN_NAMESPACE @@ -46,7 +46,7 @@ namespace Qt3DRender { class QBlendStatePrivate; -class QT3DRENDERERSHARED_EXPORT QBlendState : public QRenderState +class QT3DRENDERSHARED_EXPORT QBlendState : public QRenderState { Q_OBJECT Q_PROPERTY(Blending srcRGB READ srcRGB WRITE setSrcRGB NOTIFY srcRGBChanged) @@ -110,7 +110,7 @@ private: QT3D_CLONEABLE(QBlendState) }; -class QT3DRENDERERSHARED_EXPORT QBlendStateSeparate : public QBlendState +class QT3DRENDERSHARED_EXPORT QBlendStateSeparate : public QBlendState { Q_OBJECT public: -- cgit v1.2.3