summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-06-10 11:48:30 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-06-10 11:50:19 +0300
commitc39f24a3850532f675b2728477d08f37993a9c36 (patch)
treec9d400e8dfcefb1919a91ace008e35ad8aea2034 /src/datavisualization/engine
parentf15bcc41a2be8aa2267f4abf23e99bac72b594b4 (diff)
QML doc fixes
Change-Id: I2760f559916a1a52a6217f0e5fd26a32d78996ff Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/engine')
-rw-r--r--src/datavisualization/engine/q3dcamera.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/datavisualization/engine/q3dcamera.cpp b/src/datavisualization/engine/q3dcamera.cpp
index 9866a34e..06fd570c 100644
--- a/src/datavisualization/engine/q3dcamera.cpp
+++ b/src/datavisualization/engine/q3dcamera.cpp
@@ -89,14 +89,14 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
* \qmlproperty float Camera3D::xRotation
*
* This property contains the X-rotation angle of the camera around the target point in degrees
- * starting from the current base position set by the setBaseOrientation method.
+ * starting from the current base position.
*/
/*!
* \qmlproperty float Camera3D::yRotation
*
* This property contains the Y-rotation angle of the camera around the target point in degrees
- * starting from the current base position set by the setBaseOrientation method.
+ * starting from the current base position.
*/
/*!
@@ -105,8 +105,6 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
* This property contains the currently active camera preset, which is one of
* \l{Q3DCamera::CameraPreset}{Camera3D.CameraPreset}. If no preset is active the value
* is \l{Q3DCamera::CameraPresetNone}{Camera3D.CameraPresetNone}.
- * \note The base camera orientation set by setBaseOrientation will affect the presets as all
- * calculations are based on those values.
*/
/*!