qtmobility/src/multimedia/qvideooutputcontrol.h
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    42 #ifndef QVIDEOOUTPUTCONTROL_H
    42 #ifndef QVIDEOOUTPUTCONTROL_H
    43 #define QVIDEOOUTPUTCONTROL_H
    43 #define QVIDEOOUTPUTCONTROL_H
    44 
    44 
    45 #include "qmediacontrol.h"
    45 #include "qmediacontrol.h"
    46 
    46 
    47 QTM_BEGIN_NAMESPACE
    47 QT_BEGIN_NAMESPACE
    48 
    48 
    49 class Q_MEDIA_EXPORT QVideoOutputControl : public QMediaControl
    49 class Q_MEDIA_EXPORT QVideoOutputControl : public QMediaControl
    50 {
    50 {
    51     Q_OBJECT
    51     Q_OBJECT
    52 
    52 
    76 };
    76 };
    77 
    77 
    78 #define QVideoOutputControl_iid "com.nokia.Qt.QVideoOutputControl/1.0"
    78 #define QVideoOutputControl_iid "com.nokia.Qt.QVideoOutputControl/1.0"
    79 Q_MEDIA_DECLARE_CONTROL(QVideoOutputControl, QVideoOutputControl_iid)
    79 Q_MEDIA_DECLARE_CONTROL(QVideoOutputControl, QVideoOutputControl_iid)
    80 
    80 
    81 QTM_END_NAMESPACE
    81 QT_END_NAMESPACE
    82 
    82 
    83 #endif
    83 #endif