Changeset 769 for trunk/src/3rdparty/phonon/mmf/videowidget.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/phonon/mmf/videowidget.h
r651 r769 20 20 #define PHONON_MMF_VIDEOWIDGET_H 21 21 22 #include "abstractvideooutput.h" 22 23 #include "mmf_medianode.h" 23 #include "videooutput.h"24 24 25 25 #include <QtGui/QWidget> … … 33 33 namespace MMF 34 34 { 35 #ifndef PHONON_MMF_VIDEO_SURFACES 35 36 class AncestorMoveMonitor; 36 class VideoOutput; 37 #endif 37 38 38 39 class VideoWidget : public MediaNode … … 43 44 44 45 public: 45 VideoWidget( AncestorMoveMonitor* ancestorMoveMonitor,QWidget* parent);46 VideoWidget(QWidget* parent); 46 47 ~VideoWidget(); 48 49 #ifndef PHONON_MMF_VIDEO_SURFACES 50 void setAncestorMoveMonitor(AncestorMoveMonitor *ancestorMoveMonitor); 51 #endif 47 52 48 53 // VideoWidgetInterface … … 67 72 68 73 private: 69 QScopedPointer< VideoOutput>m_videoOutput;74 QScopedPointer<AbstractVideoOutput> m_videoOutput; 70 75 71 76 qreal m_brightness;
Note:
See TracChangeset
for help on using the changeset viewer.