- 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/phonon/objectdescriptionmodel.cpp
r561 r846 68 68 { 69 69 70 #if !defined(Q_CC_MINGW) || __MINGW32_MAJOR_VERSION >= 471 72 70 template<> const QMetaObject ObjectDescriptionModel<AudioOutputDeviceType>::staticMetaObject = { 73 71 { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_Phonon__ObjectDescriptionModel_AudioOutputDeviceType, … … 140 138 } 141 139 */ 142 #endif143 140 144 141 int ObjectDescriptionModelData::rowCount(const QModelIndex &parent) const … … 366 363 } 367 364 368 #if !defined(Q_CC_MINGW) || __MINGW32_MAJOR_VERSION >= 4 369 #if !defined(Q_CC_MSVC) || _MSC_VER > 1300 || defined(Q_CC_INTEL) 365 #if !defined(Q_CC_MSVC) || _MSC_VER > 1300 || defined(Q_CC_INTEL) || defined(Q_CC_MINGW) 370 366 #define INSTANTIATE_META_FUNCTIONS(type) \ 371 367 template const QMetaObject *ObjectDescriptionModel<type>::metaObject() const; \ … … 385 381 INSTANTIATE_META_FUNCTIONS(VisualizationType); 386 382 */ 387 #endif //Q_CC_MINGW388 383 } // namespace Phonon 389 384
Note:
See TracChangeset
for help on using the changeset viewer.