resolving some warnings in qtmultimedia docs
Change-Id: I9df926f64548a5d53382448ca4eef8d428339aa3 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
8477d735c9
commit
5d6494f248
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user