summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativecameraflash.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 18:50:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-02 04:02:43 +0100
commitd1b6bf5fac54a39d911079ba792ca95424c5c70c (patch)
treeeccc1344c41fe509fa5f22a972d5b4decad10f85 /src/imports/multimedia/qdeclarativecameraflash.cpp
parent3d0a14efceea7b4faabc73f52a1c0e74230d24d2 (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: Iec1c616e0d9a915a31a661916805916e19495dc9 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/imports/multimedia/qdeclarativecameraflash.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativecameraflash.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/imports/multimedia/qdeclarativecameraflash.cpp b/src/imports/multimedia/qdeclarativecameraflash.cpp
index 53b448e28..8b5e23bd7 100644
--- a/src/imports/multimedia/qdeclarativecameraflash.cpp
+++ b/src/imports/multimedia/qdeclarativecameraflash.cpp
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
\ingroup multimedia_qml
\ingroup camera_qml
- This element is part of the \bold{QtMultimedia 5.0} module.
+ This element is part of the \b{QtMultimedia 5.0} module.
The CameraFlash element allows you to operate the camera flash
hardware and control the flash mode used. Not all cameras have
@@ -111,19 +111,19 @@ bool QDeclarativeCameraFlash::isFlashReady() const
\property QDeclarativeCameraFlash::flashMode
\table
- \header \o Value \o Description
- \row \o Camera.FlashOff \o Flash is Off.
- \row \o Camera.FlashOn \o Flash is On.
- \row \o Camera.FlashAuto \o Automatic flash.
- \row \o Camera.FlashRedEyeReduction \o Red eye reduction flash.
- \row \o Camera.FlashFill \o Use flash to fillin shadows.
- \row \o Camera.FlashTorch \o Constant light source, useful for focusing and video capture.
- \row \o Camera.FlashSlowSyncFrontCurtain
- \o Use the flash in conjunction with a slow shutter speed.
+ \header \li Value \li Description
+ \row \li Camera.FlashOff \li Flash is Off.
+ \row \li Camera.FlashOn \li Flash is On.
+ \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.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.
- \row \o Camera.FlashSlowSyncRearCurtain
- \o The similar mode to FlashSlowSyncFrontCurtain but flash is fired at the end of exposure.
- \row \o Camera.FlashManual \o Flash power is manually set.
+ \row \li Camera.FlashSlowSyncRearCurtain
+ \li The similar mode to FlashSlowSyncFrontCurtain but flash is fired at the end of exposure.
+ \row \li Camera.FlashManual \li Flash power is manually set.
\endtable
*/