summaryrefslogtreecommitdiffstats
path: root/src/core/geometry/qgeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry/qgeometry.cpp')
-rw-r--r--src/core/geometry/qgeometry.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/core/geometry/qgeometry.cpp b/src/core/geometry/qgeometry.cpp
index 05d791d7d..b70881daf 100644
--- a/src/core/geometry/qgeometry.cpp
+++ b/src/core/geometry/qgeometry.cpp
@@ -9,7 +9,7 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
+namespace Qt3DCore {
QGeometryFactory::~QGeometryFactory()
{
@@ -107,7 +107,7 @@ void QGeometryPrivate::setExtent(const QVector3D &minExtent, const QVector3D &ma
*/
/*!
- \property QGeometry::boundingVolumePositionAttribute
+ \property Qt3DCore::QGeometry::boundingVolumePositionAttribute
Holds the attribute used to compute the bounding volume. The bounding volume is used internally
for picking and view frustum culling.
@@ -202,7 +202,7 @@ QAttribute *QGeometry::boundingVolumePositionAttribute() const
*/
/*!
- \property QGeometry::minExtent
+ \property Qt3DCore::QGeometry::minExtent
Holds the vertex with the lowest x, y, z position values.
*/
@@ -219,7 +219,7 @@ QVector3D QGeometry::minExtent() const
*/
/*!
- \property QGeometry::maxExtent
+ \property Qt3DCore::QGeometry::maxExtent
Holds the vertex with the highest x, y, z position values.
*/
@@ -238,6 +238,8 @@ QList<QAttribute *> QGeometry::attributes() const
return d->m_attributes;
}
+} // namespace Qt3DCore
+
QT_END_NAMESPACE
#include "moc_qgeometry.cpp"