summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-qml/doc/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-10-02 09:47:42 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-02 11:55:15 +0000
commit9b51fea01cc6b44c6ba49eda6a75cd92d9388689 (patch)
treec91860a121f729e9bf2de5eeadbfd36417463148 /examples/qt3d/simple-qml/doc/src
parentd05d2fd3d2fdc24604748a57ce26d48972457058 (diff)
Remove unused CameraController.qml from simple-qml example
Change-Id: Id76f8fc4d4701933e7744ff0dff837ec5e4bcc02 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/simple-qml/doc/src')
-rw-r--r--examples/qt3d/simple-qml/doc/src/simple-qml.qdoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc b/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc
index 13ca8ff1f..9d4f55c52 100644
--- a/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc
+++ b/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc
@@ -65,20 +65,4 @@
\skipto InputSettings
\printuntil }
-
- \section1
-
- \section1 Specifying Settings and Axes
-
- In the \e CameraController.qml file, we use the LogicalDevice type to define
- a set of actions and axes to use within the application:
-
- \quotefromfile simple-qml/CameraController.qml
- \skipto LogicalDevice {
- \printuntil ]
- \dots
- \skipto axes
- \printuntil ]
- \dots
- \skipto /^\}/
*/