summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativecameraflash.cpp
diff options
context:
space:
mode:
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