summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qcylindergeometryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qcylindergeometryview.cpp')
-rw-r--r--src/extras/geometries/qcylindergeometryview.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/extras/geometries/qcylindergeometryview.cpp b/src/extras/geometries/qcylindergeometryview.cpp
index 1c1d392ff..29fbb1a98 100644
--- a/src/extras/geometries/qcylindergeometryview.cpp
+++ b/src/extras/geometries/qcylindergeometryview.cpp
@@ -17,10 +17,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
/*!
* \qmltype CylinderGeometryView
* \instantiates Qt3DExtras::QCylinderGeometryView
@@ -104,7 +105,7 @@ void QCylinderGeometryView::setLength(float length)
}
/*!
- * \property QCylinderGeometryView::rings
+ * \property Qt3DExtras::QCylinderGeometryView::rings
*
* Holds the number of rings in the mesh.
*/
@@ -114,7 +115,7 @@ int QCylinderGeometryView::rings() const
}
/*!
- * \property QCylinderGeometryView::slices
+ * \property Qt3DExtras::QCylinderGeometryView::slices
*
* Holds the number of slices in the mesh.
*/
@@ -124,7 +125,7 @@ int QCylinderGeometryView::slices() const
}
/*!
- * \property QCylinderGeometryView::radius
+ * \property Qt3DExtras::QCylinderGeometryView::radius
*
* Holds the radius of the cylinder.
*/
@@ -134,7 +135,7 @@ float QCylinderGeometryView::radius() const
}
/*!
- * \property QCylinderGeometryView::length
+ * \property Qt3DExtras::QCylinderGeometryView::length
*
* Holds the length of the cylinder.
*/