Changeset 561 for trunk/src/3rdparty/phonon/ds9/backend.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/phonon/ds9/backend.h
r2 r561 24 24 25 25 #include <QtCore/QList> 26 #include <QtCore/QMutex> 26 27 27 28 #include "compointer.h" … … 64 65 Filter getAudioOutputFilter(int index) const; 65 66 67 static QMutex *directShowMutex; 68 66 69 Q_SIGNALS: 67 70 void objectDescriptionChanged(ObjectDescriptionType); … … 75 78 mutable QVector<AudioMoniker> m_audioOutputs; 76 79 mutable QVector<CLSID> m_audioEffects; 80 mutable QMutex m_directShowMutex; 77 81 }; 78 82 }
Note:
See TracChangeset
for help on using the changeset viewer.