equal
deleted
inserted
replaced
46 #include "qmediaplayer.h" |
46 #include "qmediaplayer.h" |
47 #include "qmediatimerange.h" |
47 #include "qmediatimerange.h" |
48 |
48 |
49 #include <QtCore/qpair.h> |
49 #include <QtCore/qpair.h> |
50 |
50 |
51 QTM_BEGIN_NAMESPACE |
51 QT_BEGIN_NAMESPACE |
52 |
52 |
53 class QMediaPlaylist; |
53 class QMediaPlaylist; |
54 |
54 |
55 class Q_MEDIA_EXPORT QMediaPlayerControl : public QMediaControl |
55 class Q_MEDIA_EXPORT QMediaPlayerControl : public QMediaControl |
56 { |
56 { |
115 }; |
115 }; |
116 |
116 |
117 #define QMediaPlayerControl_iid "com.nokia.Qt.QMediaPlayerControl/1.0" |
117 #define QMediaPlayerControl_iid "com.nokia.Qt.QMediaPlayerControl/1.0" |
118 Q_MEDIA_DECLARE_CONTROL(QMediaPlayerControl, QMediaPlayerControl_iid) |
118 Q_MEDIA_DECLARE_CONTROL(QMediaPlayerControl, QMediaPlayerControl_iid) |
119 |
119 |
120 QTM_END_NAMESPACE |
120 QT_END_NAMESPACE |
121 |
121 |
122 #endif // QMEDIAPLAYERCONTROL_H |
122 #endif // QMEDIAPLAYERCONTROL_H |
123 |
123 |