summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativeradio.cpp
diff options
context:
space:
mode:
authorAngus Cummings <angus.cummings@nokia.com>2012-04-30 16:49:23 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-16 05:21:25 +0200
commit9e6d03584a097964e5f08c46cd02338b0b043080 (patch)
treed00b2c09412236e387337890bb2260dc2d3741d6 /src/imports/multimedia/qdeclarativeradio.cpp
parentfdb5c419c4fb7b1ae0268e496ccdd0ffa03b74ce (diff)
Minor doc fixes for QML
renaming QML element to QML type removing some \fn tags that were making the docs not build some rewording some new signal docs Change-Id: I9b350dad1780276959aef4105e53b91082a6083e Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'src/imports/multimedia/qdeclarativeradio.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativeradio.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/imports/multimedia/qdeclarativeradio.cpp b/src/imports/multimedia/qdeclarativeradio.cpp
index cf9e2008b..9942dd440 100644
--- a/src/imports/multimedia/qdeclarativeradio.cpp
+++ b/src/imports/multimedia/qdeclarativeradio.cpp
@@ -47,12 +47,12 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass Radio QDeclarativeRadio
\inqmlmodule QtMultimedia 5
- \brief The Radio element allows you to access radio functionality from a QML application.
+ \brief The Radio type allows you to access radio functionality from a QML application.
\ingroup multimedia_qml
\ingroup multimedia_radio_qml
\inherits Item
- This element is part of the \b{QtMultimedia 5.0} module.
+ Radio is part of the \b{QtMultimedia 5.0} module.
\qml
import QtQuick 2.0
@@ -85,12 +85,12 @@ QT_BEGIN_NAMESPACE
}
\endqml
- You can use the \c Radio element to tune the radio and get information about the signal.
- You can also use the Radio element to get information about tuning, for instance the
+ You can use \c Radio to tune the radio and get information about the signal.
+ You can also use the Radio to get information about tuning, for instance the
frequency steps supported for tuning.
- The corresponding \l RadioData element gives RDS information about the
- current radio station. The best way to access the RadioData element for
+ The corresponding \l RadioData gives RDS information about the
+ current radio station. The best way to access the RadioData for
the current Radio is to use the \c radioData property.
\sa {Radio Overview}
@@ -129,7 +129,7 @@ QDeclarativeRadio::~QDeclarativeRadio()
/*!
\qmlproperty enumeration QtMultimedia5::Radio::state
- This property holds the current state of the Radio element.
+ This property holds the current state of the Radio.
\table
\header \li Value \li Description
@@ -540,7 +540,7 @@ void QDeclarativeRadio::_q_availabilityChanged(QtMultimedia::AvailabilityError e
if \l searchAllStations is called with \c SearchGetStationId.
The \a frequency is returned in Hertz, and the \a stationId corresponds to the station Id
- in the \l RadioData element for this radio station.
+ in the \l RadioData for this radio station.
*/
QT_END_NAMESPACE