summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2015-05-13 17:20:34 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-05-18 11:46:59 +0000
commit9faaf425e908c150ad2192949d1ec261e1a4328b (patch)
tree175036443ebdc526103faa9e3a4062ce82a8418a
parent695399c5f5d6790c6598e80c3e91b35f994f6dd7 (diff)
downloadqtmultimedia-9faaf425e908c150ad2192949d1ec261e1a4328b.tar.gz
Fix documentation for Camera flash mode enum.
Added missing documentation for Camera.FlashVideoLight and corrected it for Camera.FlashTorch. Change-Id: Ib1823b6554bd2f9db92e047fd4755ae7fb3e0f96 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/imports/multimedia/qdeclarativecameraflash.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/imports/multimedia/qdeclarativecameraflash.cpp b/src/imports/multimedia/qdeclarativecameraflash.cpp
index 0bde737e7..ae4fd9394 100644
--- a/src/imports/multimedia/qdeclarativecameraflash.cpp
+++ b/src/imports/multimedia/qdeclarativecameraflash.cpp
@@ -113,7 +113,10 @@ bool QDeclarativeCameraFlash::isFlashReady() const
\row \li Camera.FlashAuto \li Automatic flash.
\row \li Camera.FlashRedEyeReduction \li Red eye reduction flash.
\row \li Camera.FlashFill \li Use flash to fillin shadows.
- \row \li Camera.FlashTorch \li Constant light source, useful for focusing and video capture.
+ \row \li Camera.FlashTorch \li Constant light source. If supported, torch can be
+ enabled without loading the camera.
+ \row \li Camera.FlashVideoLight \li Constant light source, useful for video capture.
+ The light is turned on only while the camera is active.
\row \li Camera.FlashSlowSyncFrontCurtain
\li Use the flash in conjunction with a slow shutter speed.
This mode allows better exposure of distant objects and/or motion blur effect.