Changeset 769 for trunk/src/3rdparty/phonon/mmf/abstractplayer.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/abstractplayer.h
r651 r769 25 25 #include <QObject> 26 26 27 #include " videooutput.h"27 #include "abstractvideooutput.h" 28 28 29 29 class RFile; … … 35 35 namespace MMF 36 36 { 37 class VideoOutput;38 37 39 38 /** … … 80 79 virtual void volumeChanged(qreal volume); 81 80 82 void setVideoOutput( VideoOutput*videoOutput);81 void setVideoOutput(AbstractVideoOutput *videoOutput); 83 82 84 83 /** … … 135 134 * Converts PrivateState into the corresponding Phonon::State 136 135 */ 137 static Phonon::State phononState(PrivateState state);136 virtual Phonon::State phononState(PrivateState state) const; 138 137 139 138 virtual void videoOutputChanged(); … … 157 156 protected: 158 157 // Not owned 159 VideoOutput*m_videoOutput;158 AbstractVideoOutput* m_videoOutput; 160 159 161 160 qreal m_volume;
Note:
See TracChangeset
for help on using the changeset viewer.