summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qskyboxentity.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-12-02 16:37:55 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-12-06 12:30:36 +0000
commit370a224848f70d7677dbf7fd66e0e12eae6be8e3 (patch)
tree8539ec4dda3983aecd2d833188f33db6795fb8f4 /src/extras/defaults/qskyboxentity.cpp
parent41f9777b252ecd5216dc3b31badc2825f0f8db26 (diff)
Doc: corrected namespace statement in doc
Err: cannot find 'Qt3DRender::QSkyboxEntity' specified with '\class' in any header file Change-Id: I2a0c4e1b6dc64be9a98b2015113292a6884ea642 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/extras/defaults/qskyboxentity.cpp')
-rw-r--r--src/extras/defaults/qskyboxentity.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extras/defaults/qskyboxentity.cpp b/src/extras/defaults/qskyboxentity.cpp
index f4b26ae9e..85f01340d 100644
--- a/src/extras/defaults/qskyboxentity.cpp
+++ b/src/extras/defaults/qskyboxentity.cpp
@@ -187,13 +187,13 @@ void QSkyboxEntityPrivate::reloadTexture()
}
/*!
- * \class Qt3DRender::QSkyboxEntity
- * \inmodule Qt3DRender
+ * \class Qt3DExtras::QSkyboxEntity
+ * \inmodule Qt3DExtras
*
- * \brief Qt3DRender::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can
+ * \brief Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can
* be used to insert a skybox in a 3D scene.
*
- * By specifying a base name and an extension, Qt3DCore::QSkyboxEntity
+ * By specifying a base name and an extension, Qt3DExtras::QSkyboxEntity
* will take care of building a TextureCubeMap to be rendered at runtime. The
* images in the source directory should match the pattern:
* \b base name + * "_posx|_posy|_posz|_negx|_negy|_negz" + extension
@@ -207,7 +207,7 @@ void QSkyboxEntityPrivate::reloadTexture()
*/
/*!
- * Constructs a new Qt3DCore::QSkyboxEntity object with \a parent as parent.
+ * Constructs a new Qt3DExtras::QSkyboxEntity object with \a parent as parent.
*/
QSkyboxEntity::QSkyboxEntity(QNode *parent)
: QEntity(*new QSkyboxEntityPrivate, parent)