equal
deleted
inserted
replaced
45 #include "qmediacontrol.h" |
45 #include "qmediacontrol.h" |
46 #include "qvideowidget.h" |
46 #include "qvideowidget.h" |
47 |
47 |
48 #include <QtGui/qwidget.h> |
48 #include <QtGui/qwidget.h> |
49 |
49 |
50 QTM_BEGIN_NAMESPACE |
50 QT_BEGIN_NAMESPACE |
51 |
51 |
52 class Q_MEDIA_EXPORT QVideoWindowControl : public QMediaControl |
52 class Q_MEDIA_EXPORT QVideoWindowControl : public QMediaControl |
53 { |
53 { |
54 Q_OBJECT |
54 Q_OBJECT |
55 |
55 |
97 }; |
97 }; |
98 |
98 |
99 #define QVideoWindowControl_iid "com.nokia.Qt.QVideoWindowControl/1.0" |
99 #define QVideoWindowControl_iid "com.nokia.Qt.QVideoWindowControl/1.0" |
100 Q_MEDIA_DECLARE_CONTROL(QVideoWindowControl, QVideoWindowControl_iid) |
100 Q_MEDIA_DECLARE_CONTROL(QVideoWindowControl, QVideoWindowControl_iid) |
101 |
101 |
102 QTM_END_NAMESPACE |
102 QT_END_NAMESPACE |
103 |
103 |
104 #endif |
104 #endif |