equal
deleted
inserted
replaced
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 |