aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3dphysics/qboxshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3dphysics/qboxshape.cpp')
-rw-r--r--src/quick3dphysics/qboxshape.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick3dphysics/qboxshape.cpp b/src/quick3dphysics/qboxshape.cpp
index f8eb50d..7737661 100644
--- a/src/quick3dphysics/qboxshape.cpp
+++ b/src/quick3dphysics/qboxshape.cpp
@@ -27,6 +27,8 @@ QT_BEGIN_NAMESPACE
/*!
\qmlproperty vector3d BoxShape::extents
This property defines the extents of the box in the x, y and z directions.
+
+ Default value: \c{(100, 100, 100)}
*/
QBoxShape::QBoxShape() = default;