summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-06-11 14:55:32 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-06-11 14:15:39 +0000
commitb21dfb2db3b48192e05dfdca9fdb85ed4bca02f2 (patch)
tree710dff61506b2feff8d625fb50c845501b40b2c0 /src/render/frontend/framegraph-components
parent09a701b0aecd199a210df971fb0f13bd37c24430 (diff)
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 <kai.koehne@theqtcompany.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/render/frontend/framegraph-components')
-rw-r--r--src/render/frontend/framegraph-components/qframegraph.cpp4
-rw-r--r--src/render/frontend/framegraph-components/qframegraphnode.cpp4
-rw-r--r--src/render/frontend/framegraph-components/qlayerfilter.cpp4
3 files changed, 6 insertions, 6 deletions
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
*/