resolving some warnings in qtmultimedia docs

Change-Id: I9df926f64548a5d53382448ca4eef8d428339aa3
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Angus Cummings
2012-03-19 17:32:31 +10:00
committed by Qt by Nokia
parent 8477d735c9
commit 5d6494f248
14 changed files with 30 additions and 31 deletions

View File

@@ -80,13 +80,13 @@ QT_BEGIN_NAMESPACE
For example, to select automatic shutter speed selection:
\qml
camera.exposure.setAutoShutterSpeed();
camera.exposure.setAutoShutterSpeed()
\endqml
Or for a specific shutter speed:
\qml
camera.exposure.manualShutterSpeed = 0.01; // 10ms
camera.exposure.manualShutterSpeed = 0.01 // 10ms
\endqml
You can only choose one or the other mode.