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/abstractplayer.h

    r651 r769  
    2525#include <QObject>
    2626
    27 #include "videooutput.h"
     27#include "abstractvideooutput.h"
    2828
    2929class RFile;
     
    3535namespace MMF
    3636{
    37 class VideoOutput;
    3837
    3938/**
     
    8079    virtual void volumeChanged(qreal volume);
    8180
    82     void setVideoOutput(VideoOutput* videoOutput);
     81    void setVideoOutput(AbstractVideoOutput *videoOutput);
    8382
    8483    /**
     
    135134     * Converts PrivateState into the corresponding Phonon::State
    136135     */
    137     static Phonon::State phononState(PrivateState state);
     136    virtual Phonon::State phononState(PrivateState state) const;
    138137
    139138    virtual void videoOutputChanged();
     
    157156protected:
    158157    // Not owned
    159     VideoOutput*                m_videoOutput;
     158    AbstractVideoOutput*        m_videoOutput;
    160159
    161160    qreal                       m_volume;
Note: See TracChangeset for help on using the changeset viewer.