summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core-components/qcamera.cpp2
-rw-r--r--src/core/core-components/qcameralens.cpp2
-rw-r--r--src/core/jobs/qthreadpooler.cpp2
-rw-r--r--src/core/nodes/qcomponent.cpp2
-rw-r--r--src/core/transforms/qmatrixtransform.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/core/core-components/qcamera.cpp b/src/core/core-components/qcamera.cpp
index 53d22f1e5..e1eb812e7 100644
--- a/src/core/core-components/qcamera.cpp
+++ b/src/core/core-components/qcamera.cpp
@@ -57,7 +57,7 @@ QCameraPrivate::QCameraPrivate()
\qmltype Camera
\instantiates Qt3DCore::QCamera
\inherits Entity
- \inqmlmodule Qt3D
+ \inqmlmodule Qt3D.Core
\since 5.5
*/
diff --git a/src/core/core-components/qcameralens.cpp b/src/core/core-components/qcameralens.cpp
index 206745c28..841823a69 100644
--- a/src/core/core-components/qcameralens.cpp
+++ b/src/core/core-components/qcameralens.cpp
@@ -422,7 +422,7 @@ QMatrix4x4 QCameraLens::projectionMatrix() const
/*!
\qmltype CameraLens
\instantiates Qt3DCore::QCameraLens
- \inqmlmodule Qt3D
+ \inqmlmodule Qt3D.Core
\inherits Component3D
\since 5.5
*/
diff --git a/src/core/jobs/qthreadpooler.cpp b/src/core/jobs/qthreadpooler.cpp
index 7a315884b..590b89b17 100644
--- a/src/core/jobs/qthreadpooler.cpp
+++ b/src/core/jobs/qthreadpooler.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
/*!
- \class Qt3DCore::QThreadPoolerPrivate
+ \class Qt3DCore::QThreadPooler
\internal
*/
QThreadPooler::QThreadPooler(QObject *parent)
diff --git a/src/core/nodes/qcomponent.cpp b/src/core/nodes/qcomponent.cpp
index 338a6a2fa..baa201b0f 100644
--- a/src/core/nodes/qcomponent.cpp
+++ b/src/core/nodes/qcomponent.cpp
@@ -181,7 +181,7 @@ QComponent::QComponent(QComponentPrivate &dd, QNode *parent)
/*!
\qmltype Component3D
\instantiates Qt3DCore::QComponent
- \inqmlmodule Qt3D
+ \inqmlmodule Qt3D.Core
\inherits Node
\since 5.5
*/
diff --git a/src/core/transforms/qmatrixtransform.cpp b/src/core/transforms/qmatrixtransform.cpp
index 74122122d..15e024fec 100644
--- a/src/core/transforms/qmatrixtransform.cpp
+++ b/src/core/transforms/qmatrixtransform.cpp
@@ -93,7 +93,7 @@ QMatrix4x4 QMatrixTransform::transformMatrix() const
/*!
\qmltype MatrixTransform
- \inqmlmodule Qt3D
+ \inqmlmodule Qt3D.Core
\since 5.5
\instantiates Qt3DCore::QMatrixTransform
*/