summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qt3d-index.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-19 15:30:02 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-21 15:33:27 +0000
commit44c743c90cf51eddbf5b0bb3cf957c58fa0ef94f (patch)
tree19c85080191a2023662b4c9fd43d20f9c1e5fb57 /src/doc/src/qt3d-index.qdoc
parentba467a2c4e44df7934792dfacaa8135c77a010c1 (diff)
Doc: Removed Qt3DCollision namespace and module docs
Besides that, fixed a few qdoc warnings. Change-Id: Ibaf8fd6ffbb93f3f2bd73fa5fedf06e94f6ac2eb Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qt3d-index.qdoc')
-rw-r--r--src/doc/src/qt3d-index.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index 4c2ce5a11..9c4255ac8 100644
--- a/src/doc/src/qt3d-index.qdoc
+++ b/src/doc/src/qt3d-index.qdoc
@@ -58,7 +58,7 @@
\l qmake \c .pro file:
\badcode
- QT += 3dcore 3drender 3dinput 3dcollision 3dlogic
+ QT += 3dcore 3drender 3dinput 3dlogic
\endcode
To include the definitions of the modules' classes, use the following
@@ -68,14 +68,13 @@
#include <Qt3DCore>
#include <Qt3DRender>
#include <Qt3DInput>
- #include <Qt3DCollision>
#include <Qt3DLogic>
\endcode
A Qt Quick application requires also additional dependencies:
\badcode
- QT += 3dcore 3drenderer 3dinput 3dcollision qml quick 3dquick
+ QT += 3dcore 3drenderer 3dinput qml quick 3dquick
\endcode
\section1 Overview