equal
deleted
inserted
replaced
39 ** |
39 ** |
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 #include "qvideodevicecontrol.h" |
42 #include "qvideodevicecontrol.h" |
43 |
43 |
44 QTM_BEGIN_NAMESPACE |
44 QT_BEGIN_NAMESPACE |
45 |
45 |
46 /*! |
46 /*! |
47 \class QVideoDeviceControl |
47 \class QVideoDeviceControl |
48 \preliminary |
48 \preliminary |
49 \brief The QVideoDeviceControl class provides an video device selector media control. |
49 \brief The QVideoDeviceControl class provides an video device selector media control. |
141 |
141 |
142 Signals that the selected video device \a name has changed. |
142 Signals that the selected video device \a name has changed. |
143 */ |
143 */ |
144 |
144 |
145 #include "moc_qvideodevicecontrol.cpp" |
145 #include "moc_qvideodevicecontrol.cpp" |
146 QTM_END_NAMESPACE |
146 QT_END_NAMESPACE |
147 |
147 |