equal
deleted
inserted
replaced
39 ** |
39 ** |
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 #include "qaudioendpointselector.h" |
42 #include "qaudioendpointselector.h" |
43 |
43 |
44 QTM_BEGIN_NAMESPACE |
44 QT_BEGIN_NAMESPACE |
45 |
45 |
46 /*! |
46 /*! |
47 \class QAudioEndpointSelector |
47 \class QAudioEndpointSelector |
48 \preliminary |
48 \preliminary |
49 \brief The QAudioEndpointSelector class provides an audio endpoint selector media control. |
49 \brief The QAudioEndpointSelector class provides an audio endpoint selector media control. |
124 |
124 |
125 Signals that list of available endpoints has changed. |
125 Signals that list of available endpoints has changed. |
126 */ |
126 */ |
127 |
127 |
128 #include "moc_qaudioendpointselector.cpp" |
128 #include "moc_qaudioendpointselector.cpp" |
129 QTM_END_NAMESPACE |
129 QT_END_NAMESPACE |
130 |
130 |