Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/phonon/mmf/videowidget.h

    r651 r769  
    2020#define PHONON_MMF_VIDEOWIDGET_H
    2121
     22#include "abstractvideooutput.h"
    2223#include "mmf_medianode.h"
    23 #include "videooutput.h"
    2424
    2525#include <QtGui/QWidget>
     
    3333namespace MMF
    3434{
     35#ifndef PHONON_MMF_VIDEO_SURFACES
    3536class AncestorMoveMonitor;
    36 class VideoOutput;
     37#endif
    3738
    3839class VideoWidget       :   public MediaNode
     
    4344
    4445public:
    45     VideoWidget(AncestorMoveMonitor* ancestorMoveMonitor, QWidget* parent);
     46    VideoWidget(QWidget* parent);
    4647    ~VideoWidget();
     48
     49#ifndef PHONON_MMF_VIDEO_SURFACES
     50    void setAncestorMoveMonitor(AncestorMoveMonitor *ancestorMoveMonitor);
     51#endif
    4752
    4853    // VideoWidgetInterface
     
    6772
    6873private:
    69     QScopedPointer<VideoOutput>             m_videoOutput;
     74    QScopedPointer<AbstractVideoOutput>     m_videoOutput;
    7075
    7176    qreal                                   m_brightness;
Note: See TracChangeset for help on using the changeset viewer.