qtmobility/src/multimedia/qradiotunercontrol.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    41 
    41 
    42 #include <qmobilityglobal.h>
    42 #include <qmobilityglobal.h>
    43 #include "qradiotunercontrol.h"
    43 #include "qradiotunercontrol.h"
    44 #include "qmediacontrol_p.h"
    44 #include "qmediacontrol_p.h"
    45 
    45 
    46 QTM_BEGIN_NAMESPACE
    46 QT_BEGIN_NAMESPACE
    47 
    47 
    48 
    48 
    49 /*!
    49 /*!
    50     \class QRadioTunerControl
    50     \class QRadioTunerControl
    51     \ingroup multimedia-serv
    51     \ingroup multimedia-serv
   101 
   101 
   102     Returns true if the radio service is ready to use.
   102     Returns true if the radio service is ready to use.
   103 */
   103 */
   104 
   104 
   105 /*!
   105 /*!
   106     \fn QtMedia::AvailabilityError QRadioTunerControl::availabilityError() const
   106     \fn QtMediaServices::AvailabilityError QRadioTunerControl::availabilityError() const
   107 
   107 
   108     Returns the error state of the radio service.
   108     Returns the error state of the radio service.
   109 */
   109 */
   110 
   110 
   111 /*!
   111 /*!
   321 
   321 
   322     Signals that an \a error has occured.
   322     Signals that an \a error has occured.
   323 */
   323 */
   324 
   324 
   325 #include "moc_qradiotunercontrol.cpp"
   325 #include "moc_qradiotunercontrol.cpp"
   326 QTM_END_NAMESPACE
   326 QT_END_NAMESPACE
   327 
   327