Changeset 846 for trunk/src/3rdparty/phonon/qt7/backendinfo.mm
- 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/qt7/backendinfo.mm
r2 r846 16 16 */ 17 17 18 #include "backendinfo.h"19 #include "backendheader.h"20 21 #include <AudioToolbox/AudioToolbox.h>22 #include <AudioUnit/AudioUnit.h>23 #include <CoreServices/CoreServices.h>24 25 #include <QtGui/qmacdefines_mac.h>26 18 #import <QTKit/QTMovie.h> 27 28 19 #ifdef QUICKTIME_C_API_AVAILABLE 29 20 #include <QuickTime/QuickTime.h> 30 21 #undef check // avoid name clash; 31 22 #endif 23 24 #include "backendinfo.h" 25 #include "backendheader.h" 26 27 #include <AudioToolbox/AudioToolbox.h> 28 #include <AudioUnit/AudioUnit.h> 29 #include <CoreServices/CoreServices.h> 30 32 31 33 32 QT_BEGIN_NAMESPACE
Note:
See TracChangeset
for help on using the changeset viewer.