equal
deleted
inserted
replaced
50 #if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_1_CL) && !defined(QT_OPENGL_ES_1) |
50 #if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_1_CL) && !defined(QT_OPENGL_ES_1) |
51 #include <qglshaderprogram.h> |
51 #include <qglshaderprogram.h> |
52 #endif |
52 #endif |
53 |
53 |
54 #include <QtDebug> |
54 #include <QtDebug> |
55 QTM_BEGIN_NAMESPACE |
55 QT_BEGIN_NAMESPACE |
56 |
56 |
57 class QVideoSurfacePainter |
57 class QVideoSurfacePainter |
58 { |
58 { |
59 public: |
59 public: |
60 virtual ~QVideoSurfacePainter(); |
60 virtual ~QVideoSurfacePainter(); |
1573 m_painter = new QVideoSurfaceRasterPainter; |
1573 m_painter = new QVideoSurfaceRasterPainter; |
1574 #endif |
1574 #endif |
1575 } |
1575 } |
1576 |
1576 |
1577 #include "moc_qpaintervideosurface_p.cpp" |
1577 #include "moc_qpaintervideosurface_p.cpp" |
1578 QTM_END_NAMESPACE |
1578 QT_END_NAMESPACE |
1579 |
1579 |
1580 |
1580 |