Updated a lot of minor fixes to the docs and removed warnings from qdoc
Change-Id: Ib7fd75fb93c038f9e8fa9d71b6ad01fb27b97622 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -243,9 +243,10 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::searchAllStations()
|
||||
\fn void QRadioTunerControl::searchAllStations(QRadioTuner::SearchMode searchMode)
|
||||
|
||||
Starts a scan through the whole frequency band searching all stations
|
||||
Starts a scan through the whole frequency band searching all stations with a
|
||||
specific \a searchMode.
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -328,9 +329,9 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::stationFound(int frequency)
|
||||
\fn void QRadioTunerControl::stationFound(int frequency, QString stationId)
|
||||
|
||||
Signals that new station with \a frequency was found when scanning
|
||||
Signals that new station with \a frequency and \a stationId was found when scanning
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user