summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qplanegeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qplanegeometry.cpp')
-rw-r--r--src/extras/geometries/qplanegeometry.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extras/geometries/qplanegeometry.cpp b/src/extras/geometries/qplanegeometry.cpp
index 0176accdd..7c77f5028 100644
--- a/src/extras/geometries/qplanegeometry.cpp
+++ b/src/extras/geometries/qplanegeometry.cpp
@@ -284,13 +284,14 @@ public:
* \brief The QPlaneGeometry class allows creation of a plane in 3D space.
* \since 5.7
* \ingroup geometries
- * \inherits Qt3DRender::QGeometry
*
* The QPlaneGeometry class is most commonly used internally by the QPlaneMesh
* but can also be used in custom Qt3DRender::QGeometryRenderer subclasses.
*/
/*!
+ * \fn Qt3DExtras::QPlaneGeometry::QPlaneGeometry(QNode *parent)
+ *
* Constructs a new QPlaneGeometry with \a parent.
*/
QPlaneGeometry::QPlaneGeometry(QPlaneGeometry::QNode *parent)