summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qblendstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qblendstate.cpp')
-rw-r--r--src/render/renderstates/qblendstate.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/renderstates/qblendstate.cpp b/src/render/renderstates/qblendstate.cpp
index 76e945372..c507e9a5e 100644
--- a/src/render/renderstates/qblendstate.cpp
+++ b/src/render/renderstates/qblendstate.cpp
@@ -65,7 +65,7 @@ public:
};
/*!
- \class Qt3DCore::QBlendState
+ \class Qt3DRender::QBlendState
\inmodule Qt3DRenderer
\since 5.5
\brief Encapsulates blending information.
@@ -73,9 +73,9 @@ public:
/*!
\qmltype BlendState
- \instantiates Qt3DCore::QBlendState
+ \instantiates Qt3DRender::QBlendState
\inherits RenderState
- \inqmlmodule Qt3D.Renderer
+ \inqmlmodule Qt3D.Render
\since 5.5
\brief Encapsulates blending information
*/
@@ -244,9 +244,9 @@ void QBlendState::setDstAlpha(QBlendState::Blending dstAlpha)
/*!
\qmltype BlendStateSeparate
- \instantiates Qt3DCore::QBlendStateSeparate
+ \instantiates Qt3DRender::QBlendStateSeparate
\inherits RenderState
- \inqmlmodule Qt3D.Renderer
+ \inqmlmodule Qt3D.Render
\since 5.5
\brief Encapsulates blending information
*/