summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qtextureimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qtextureimage.cpp')
-rw-r--r--src/render/frontend/qtextureimage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/qtextureimage.cpp b/src/render/frontend/qtextureimage.cpp
index 294f36a92..d052f8b3c 100644
--- a/src/render/frontend/qtextureimage.cpp
+++ b/src/render/frontend/qtextureimage.cpp
@@ -93,7 +93,7 @@ private:
/*!
\class QTextureImage
- \inmodule Qt3DRender
+ \inmodule Qt3DRenderer
\since 5.5
\brief Encapsulates the necessary information to create an OpenGL texture
image from an image source.
@@ -106,7 +106,7 @@ private:
\qmltype TextureImage
\instantiates Qt3D::QTextureImage
\inherits AbstractTextureImage
- \inqmlmodule Qt3D.Render
+ \inqmlmodule Qt3D.Renderer
\since 5.5
\brief Encapsulates the necessary information to create an OpenGL texture
image from an image source.
@@ -145,7 +145,7 @@ QUrl QTextureImage::source() const
*/
/*!
- \qmlproperty url Qt3D.Render::TextureImage::source
+ \qmlproperty url Qt3D.Renderer::TextureImage::source
This property holdsthe source url from which data for the texture
image will be loaded.