Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/phonon/phonon/objectdescriptionmodel.cpp

    r561 r846  
    6868{
    6969
    70 #if !defined(Q_CC_MINGW) || __MINGW32_MAJOR_VERSION >= 4
    71 
    7270template<> const QMetaObject ObjectDescriptionModel<AudioOutputDeviceType>::staticMetaObject = {
    7371    { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_Phonon__ObjectDescriptionModel_AudioOutputDeviceType,
     
    140138}
    141139*/
    142 #endif
    143140
    144141int ObjectDescriptionModelData::rowCount(const QModelIndex &parent) const
     
    366363}
    367364
    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)
    370366#define INSTANTIATE_META_FUNCTIONS(type) \
    371367template const QMetaObject *ObjectDescriptionModel<type>::metaObject() const; \
     
    385381INSTANTIATE_META_FUNCTIONS(VisualizationType);
    386382*/
    387 #endif //Q_CC_MINGW
    388383} // namespace Phonon
    389384
Note: See TracChangeset for help on using the changeset viewer.