Changeset 846 for trunk/src/3rdparty/phonon/mmf/abstractplayer.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/phonon/mmf/abstractplayer.h
r769 r846 27 27 #include "abstractvideooutput.h" 28 28 29 class RFile;30 31 29 QT_BEGIN_NAMESPACE 32 30 … … 55 53 AbstractPlayer(const AbstractPlayer *player); 56 54 57 virtual void open(const Phonon::MediaSource&, RFile&) = 0; 55 virtual void open() = 0; 56 virtual void close() = 0; 58 57 59 58 // MediaObjectInterface (implemented)
Note:
See TracChangeset
for help on using the changeset viewer.