summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraphnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraphnode.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qframegraphnode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraphnode.cpp b/src/render/frontend/framegraph-components/qframegraphnode.cpp
index ad5a8dbd5..78d50782a 100644
--- a/src/render/frontend/framegraph-components/qframegraphnode.cpp
+++ b/src/render/frontend/framegraph-components/qframegraphnode.cpp
@@ -53,7 +53,7 @@ QFrameGraphNodePrivate::QFrameGraphNodePrivate()
/*!
\class QFrameGraphNode
- \inmodule Qt3DRender
+ \inmodule Qt3DRenderer
\since 5.5
\brief Base class of all FrameGraph configuration nodes.
@@ -65,7 +65,7 @@ QFrameGraphNodePrivate::QFrameGraphNodePrivate()
/*!
\qmltype FrameGraphNode
- \inqmlmodule Qt3D.Render
+ \inqmlmodule Qt3D.Renderer
\instantiates QFrameGraphNode
\inherits Node
\since 5.5
@@ -108,7 +108,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.
*/