From 9faaf425e908c150ad2192949d1ec261e1a4328b Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Wed, 13 May 2015 17:20:34 +0200 Subject: [PATCH] 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 --- src/imports/multimedia/qdeclarativecameraflash.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/imports/multimedia/qdeclarativecameraflash.cpp b/src/imports/multimedia/qdeclarativecameraflash.cpp index 0bde737e..ae4fd939 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.