changeset 8 | 71781823f776 |
parent 5 | 453da2cfceef |
child 11 | 06b8e2af4411 |
5:453da2cfceef | 8:71781823f776 |
---|---|
41 |
41 |
42 #ifndef S60VIDEOOVERLAY_H |
42 #ifndef S60VIDEOOVERLAY_H |
43 #define S60VIDEOOVERLAY_H |
43 #define S60VIDEOOVERLAY_H |
44 |
44 |
45 #include <QtCore/qobject.h> |
45 #include <QtCore/qobject.h> |
46 #include <QVideoWindowControl> |
46 #include <qvideowindowcontrol.h> |
47 |
47 |
48 QT_USE_NAMESPACE |
48 QT_USE_NAMESPACE |
49 |
49 |
50 class QAbstractVideoSurface; |
50 class QAbstractVideoSurface; |
51 class S60VideoSurface; |
51 class S60VideoSurface; |