Changeset 769 for trunk/src/3rdparty/phonon/mmf/mediaobject.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/mediaobject.h
r651 r769 39 39 { 40 40 class AbstractPlayer; 41 class VideoOutput;41 class AbstractVideoOutput; 42 42 43 43 /** … … 86 86 AbstractPlayer *abstractPlayer() const; 87 87 88 void setVideoOutput( VideoOutput* videoOutput);88 void setVideoOutput(AbstractVideoOutput* videoOutput); 89 89 90 90 public Q_SLOTS: … … 107 107 void finished(); 108 108 void tick(qint64 time); 109 110 private Q_SLOTS: 111 void handlePrefinishMarkReached(qint32); 109 112 110 113 private:
Note:
See TracChangeset
for help on using the changeset viewer.