equal
deleted
inserted
replaced
51 #include <qmediaplayer.h> |
51 #include <qmediaplayer.h> |
52 |
52 |
53 #include <QtGui/qmacdefines_mac.h> |
53 #include <QtGui/qmacdefines_mac.h> |
54 |
54 |
55 |
55 |
56 QTM_BEGIN_NAMESPACE |
56 QT_BEGIN_NAMESPACE |
57 |
57 |
58 class QMediaPlaylist; |
58 class QMediaPlaylist; |
59 class QMediaPlaylistNavigator; |
59 class QMediaPlaylistNavigator; |
60 class QT7PlayerSession; |
60 class QT7PlayerSession; |
61 class QT7PlayerService; |
61 class QT7PlayerService; |
123 QT7PlayerSession *m_session; |
123 QT7PlayerSession *m_session; |
124 Output m_output; |
124 Output m_output; |
125 QList<Output> m_outputs; |
125 QList<Output> m_outputs; |
126 }; |
126 }; |
127 |
127 |
128 QTM_END_NAMESPACE |
128 QT_END_NAMESPACE |
129 |
129 |
130 #endif |
130 #endif |