From b21dfb2db3b48192e05dfdca9fdb85ed4bca02f2 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Thu, 11 Jun 2015 14:55:32 +0100 Subject: Use Qt3D.Renderer rather than Render This should make the documentation and code terminology consistent throughout. We can rename the source directories at a later date if needed. Task-number: QTBUG-46622 Change-Id: I2737e54192341808f4a0270ad19ba70f6c4af589 Reviewed-by: Kai Koehne Reviewed-by: Giuseppe D'Angelo --- src/render/frontend/framegraph-components/qframegraph.cpp | 4 ++-- src/render/frontend/framegraph-components/qframegraphnode.cpp | 4 ++-- src/render/frontend/framegraph-components/qlayerfilter.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/render/frontend/framegraph-components') diff --git a/src/render/frontend/framegraph-components/qframegraph.cpp b/src/render/frontend/framegraph-components/qframegraph.cpp index 754e90ed3..345bff596 100644 --- a/src/render/frontend/framegraph-components/qframegraph.cpp +++ b/src/render/frontend/framegraph-components/qframegraph.cpp @@ -74,7 +74,7 @@ QFrameGraphPrivate::QFrameGraphPrivate() \qmltype FrameGraph \instantiates Qt3D::QFrameGraph \inherits Component3D - \inqmlmodule Qt3D.Render + \inqmlmodule Qt3D.Renderer \since 5.5 \brief For OpenGL ... */ @@ -105,7 +105,7 @@ QFrameGraph::QFrameGraph(QFrameGraphPrivate &dd, QNode *parent) } /*! - \qmlproperty Qt3D.Render::FrameGraphNode Qt3D.Render::FrameGraph::activeFrameGraph + \qmlproperty Qt3D.Renderer::FrameGraphNode Qt3D.Renderer::FrameGraph::activeFrameGraph Holds the current activeFrameGraph root node. */ diff --git a/src/render/frontend/framegraph-components/qframegraphnode.cpp b/src/render/frontend/framegraph-components/qframegraphnode.cpp index 2f81b786e..9f4d10baa 100644 --- a/src/render/frontend/framegraph-components/qframegraphnode.cpp +++ b/src/render/frontend/framegraph-components/qframegraphnode.cpp @@ -65,7 +65,7 @@ QFrameGraphNodePrivate::QFrameGraphNodePrivate() /*! \qmltype FrameGraphNode - \inqmlmodule Qt3D.Render + \inqmlmodule Qt3D.Renderer \instantiates QFrameGraphNode \inherits Node \since 5.5 @@ -103,7 +103,7 @@ QFrameGraphNode::QFrameGraphNode(QFrameGraphNodePrivate &dd, QNode *parent) } /*! - \qmlproperty bool Qt3D.Render::FrameGraphNode::enabled + \qmlproperty bool Qt3D.Renderer::FrameGraphNode::enabled Holds whether the frame graph node is enabled or disabled. */ diff --git a/src/render/frontend/framegraph-components/qlayerfilter.cpp b/src/render/frontend/framegraph-components/qlayerfilter.cpp index cfccfb987..5d52b517e 100644 --- a/src/render/frontend/framegraph-components/qlayerfilter.cpp +++ b/src/render/frontend/framegraph-components/qlayerfilter.cpp @@ -62,7 +62,7 @@ QLayerFilterPrivate::QLayerFilterPrivate() \qmltype LayerFilter \instantiates Qt3D::QLayerFilter \inherits FrameGraphNode - \inqmlmodule Qt3D.Render + \inqmlmodule Qt3D.Renderer \since 5.5 \brief For ... */ @@ -98,7 +98,7 @@ QLayerFilter::QLayerFilter(QLayerFilterPrivate &dd, QNode *parent) */ /*! - \qmlproperty stringlist Qt3D.Render::LayerFilter::layers + \qmlproperty stringlist Qt3D.Renderer::LayerFilter::layers */ -- cgit v1.2.3