summaryrefslogtreecommitdiff
path: root/src/imports/multimedia/qdeclarativecameraflash.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-02-10 23:35:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-13 10:21:44 +0100
commit048e38bd19b2a465469b5ff0c2bdc97857aded84 (patch)
treed82c7b34775f98e0d9b3bd1468c371e13dac3939 /src/imports/multimedia/qdeclarativecameraflash.cpp
parent0d74c7193a26da48a60653ecf1942f5b287fce08 (diff)
downloadqtmultimedia-048e38bd19b2a465469b5ff0c2bdc97857aded84.tar.gz
Documentation updates for declarative camera elements.
A number of things were missing. Change-Id: Ic4eb2e88804b519478eeae733cc5f473b717270d Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/imports/multimedia/qdeclarativecameraflash.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativecameraflash.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/imports/multimedia/qdeclarativecameraflash.cpp b/src/imports/multimedia/qdeclarativecameraflash.cpp
index e63e29d9f..c1456d5dd 100644
--- a/src/imports/multimedia/qdeclarativecameraflash.cpp
+++ b/src/imports/multimedia/qdeclarativecameraflash.cpp
@@ -51,7 +51,13 @@ QT_BEGIN_NAMESPACE
This element is part of the \bold{QtMultimedia 5.0} module.
- It should not be constructed separately but provided by Camera.flash.
+ The CameraFlash element allows you to operate the camera flash
+ hardware and control the flash mode used. Not all cameras have
+ flash hardware (and in some cases it is shared with the
+ \l {Torch}{torch} hardware).
+
+ It should not be constructed separately but provided by the
+ Camera element's \l {Camera::flash}{flash} property.
\qml
import QtQuick 2.0