summaryrefslogtreecommitdiffstats
path: root/src/render/io
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-14 16:19:25 +0100
committerNico Vertriest <nico.vertriest@qt.io>2017-03-21 09:27:07 +0000
commit1054f1c641048141e49caa7a38dfa10968e5a686 (patch)
treed92bcd6eb9aecb17043279007b2434d7f33dbef8 /src/render/io
parentad7d195d28aa4c7904a2f8ea133c9d5b449039af (diff)
Doc: corrected link error and completed parameter definitions
qsceneloader.cpp:342: warning: No such parameter 'objectName' in Qt3DRender::QSceneLoader::component() qlevelofdetail.cpp: Can't link to 'LevelOfDetailBoundingSphere' Undocumented parameter 'camera' in Qt3DRender::QLevelOfDetail::setCamera() Undocumented parameter 'currentIndex' in Qt3DRender::QLevelOfDetail::setCurrentIndex() Undocumented parameter 'thresholdType' in Qt3DRender::QLevelOfDetail::setThresholdType() Undocumented parameter 'thresholds' in Qt3DRender::QLevelOfDetail::setThresholds() Change-Id: I7d06b89ce168f1fa7995852f15e95ecc38402b7c Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/render/io')
-rw-r--r--src/render/io/qsceneloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/io/qsceneloader.cpp b/src/render/io/qsceneloader.cpp
index c9506d9fa..3bc842c3d 100644
--- a/src/render/io/qsceneloader.cpp
+++ b/src/render/io/qsceneloader.cpp
@@ -340,7 +340,7 @@ QStringList QSceneLoader::entityNames() const
\sa Qt3DRender::QSceneLoader::ComponentType
*/
/*!
- Returns a component matching \a componentType of a loaded entity with an \a objectName matching
+ Returns a component matching \a componentType of a loaded entity with an objectName matching
the \a entityName.
If the entity has multiple matching components, the first match in the component list of
the entity is returned.