summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-14 16:19:25 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-03-14 17:03:52 +0000
commit924a5c3690c08d05595dea5d3bc902dc13218fca (patch)
tree6910ad84871f40f5559c9cdf56c071dd1d0e6182
parent87318ed7496c10880f9c46a1f817c66674026c97 (diff)
Doc: corrected link issue in \sa statement
qlevelofdetail.cpp:297: warning: Can't link to 'LevelOfDetailBoundingSphere' Change-Id: I7a5125892bb2231536429cffac8399db9e6634ea Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/render/frontend/qlevelofdetail.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qlevelofdetail.cpp b/src/render/frontend/qlevelofdetail.cpp
index 9194c7556..d2c16a97c 100644
--- a/src/render/frontend/qlevelofdetail.cpp
+++ b/src/render/frontend/qlevelofdetail.cpp
@@ -291,7 +291,7 @@ QLevelOfDetailPrivate::QLevelOfDetailPrivate()
* If this value to null, the bounding volume of the entity is used. Care must be
* taken that this bounding volume never becomes invalid.
*
- * \sa LevelOfDetailBoundingSphere
+ * \sa Qt3DRender::QLevelOfDetailBoundingSphere
*/
/*!
@@ -304,7 +304,7 @@ QLevelOfDetailPrivate::QLevelOfDetailPrivate()
* If this value to nullptr, the bounding volume of the entity is used. Care must be
* taken that this bounding volume never becomes invalid.
*
- * \sa LevelOfDetailBoundingSphere
+ * \sa Qt3dRender::QLevelOfDetailBoundingSphere
*/