summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraph.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qframegraph.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraph.cpp b/src/render/frontend/framegraph-components/qframegraph.cpp
index 629128180..2bb0712ce 100644
--- a/src/render/frontend/framegraph-components/qframegraph.cpp
+++ b/src/render/frontend/framegraph-components/qframegraph.cpp
@@ -57,7 +57,7 @@ QFrameGraphPrivate::QFrameGraphPrivate()
/*!
\class FrameGraph
- \inmodule Qt3DRender
+ \inmodule Qt3DRenderer
\since 5.3
\brief Defines the rendering method to be used by the renderer
@@ -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 ...
*/
@@ -110,7 +110,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.
*/