equal
deleted
inserted
replaced
49 |
49 |
50 #include <QtGui/qmacdefines_mac.h> |
50 #include <QtGui/qmacdefines_mac.h> |
51 #include "qt7videooutputcontrol.h" |
51 #include "qt7videooutputcontrol.h" |
52 |
52 |
53 |
53 |
54 QTM_BEGIN_NAMESPACE |
54 QT_BEGIN_NAMESPACE |
55 |
55 |
56 class QT7PlayerSession; |
56 class QT7PlayerSession; |
57 class QT7PlayerService; |
57 class QT7PlayerService; |
58 |
58 |
59 class QT7MovieViewOutput : public QT7VideoWindowControl |
59 class QT7MovieViewOutput : public QT7VideoWindowControl |
108 int m_contrast; |
108 int m_contrast; |
109 int m_hue; |
109 int m_hue; |
110 int m_saturation; |
110 int m_saturation; |
111 }; |
111 }; |
112 |
112 |
113 QTM_END_NAMESPACE |
113 QT_END_NAMESPACE |
114 |
114 |
115 #endif |
115 #endif |