summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativeradio.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/qdeclarativeradio.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/qdeclarativeradio.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativeradio.cpp58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/imports/multimedia/qdeclarativeradio.cpp b/src/imports/multimedia/qdeclarativeradio.cpp
index 2fcde3dfa..c029cae12 100644
--- a/src/imports/multimedia/qdeclarativeradio.cpp
+++ b/src/imports/multimedia/qdeclarativeradio.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\ingroup multimedia_qml
\inherits Item
- This element is part of the \bold{QtMultimedia 5.0} module.
+ This element is part of the \b{QtMultimedia 5.0} module.
\qml
import QtQuick 2.0
@@ -125,12 +125,12 @@ QDeclarativeRadio::~QDeclarativeRadio()
This property holds the current state of the Radio element.
\table
- \header \o Value \o Description
- \row \o ActiveState
- \o The radio is started and active
+ \header \li Value \li Description
+ \row \li ActiveState
+ \li The radio is started and active
- \row \o StoppedState
- \o The radio is stopped
+ \row \li StoppedState
+ \li The radio is stopped
\endtable
@@ -148,21 +148,21 @@ QDeclarativeRadio::State QDeclarativeRadio::state() const
any one of the values in the table below.
\table
- \header \o Value \o Description
- \row \o AM
- \o 520 to 1610 kHz, 9 or 10kHz channel spacing, extended 1610 to 1710 kHz
+ \header \li Value \li Description
+ \row \li AM
+ \li 520 to 1610 kHz, 9 or 10kHz channel spacing, extended 1610 to 1710 kHz
- \row \o FM
- \o 87.5 to 108.0 MHz, except Japan 76-90 MHz
+ \row \li FM
+ \li 87.5 to 108.0 MHz, except Japan 76-90 MHz
- \row \o SW
- \o 1.711 to 30.0 MHz, divided into 15 bands. 5kHz channel spacing
+ \row \li SW
+ \li 1.711 to 30.0 MHz, divided into 15 bands. 5kHz channel spacing
- \row \o LW
- \o 148.5 to 283.5 kHz, 9kHz channel spacing (Europe, Africa, Asia)
+ \row \li LW
+ \li 148.5 to 283.5 kHz, 9kHz channel spacing (Europe, Africa, Asia)
- \row \o FM2
- \o range not defined, used when area supports more than one FM range
+ \row \li FM2
+ \li range not defined, used when area supports more than one FM range
\endtable
*/
@@ -191,15 +191,15 @@ int QDeclarativeRadio::frequency() const
values in the table below.
\table
- \header \o Value \o Description
- \row \o Auto
- \o Uses stereo mode matching the station
+ \header \li Value \li Description
+ \row \li Auto
+ \li Uses stereo mode matching the station
- \row \o ForceStereo
- \o Forces the radio to play the station in stereo, converting the sound signal if necessary
+ \row \li ForceStereo
+ \li Forces the radio to play the station in stereo, converting the sound signal if necessary
- \row \o ForceMono
- \o Forces the radio to play the station in mono, converting the sound signal if necessary
+ \row \li ForceMono
+ \li Forces the radio to play the station in mono, converting the sound signal if necessary
\endtable
*/
@@ -378,12 +378,12 @@ void QDeclarativeRadio::scanUp()
table below.
\table
- \header \o Value \o Description
- \row \o SearchFast
- \o Stores each radio station for later retrival and tuning
+ \header \li Value \li Description
+ \row \li SearchFast
+ \li Stores each radio station for later retrival and tuning
- \row \o SearchGetStationId
- \o Does the same as SearchFast, but also emits the station Id with the \l stationFound signal.
+ \row \li SearchGetStationId
+ \li Does the same as SearchFast, but also emits the station Id with the \l stationFound signal.
\endtable