Changeset 846 for trunk/src/3rdparty/phonon/waveout/mediaobject.cpp
- 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/waveout/mediaobject.cpp
r561 r846 51 51 ushort b[256]; 52 52 waveOutGetErrorText(error, (LPWSTR)b, 256); 53 return QString ::fromUtf16(b);53 return QString((const QChar *)b); 54 54 } 55 55 … … 71 71 72 72 73 void CALLBACK MediaObject::WaveOutCallBack(HWAVEOUT m_hWaveOut, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2)73 void QT_WIN_CALLBACK MediaObject::WaveOutCallBack(HWAVEOUT m_hWaveOut, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2) 74 74 { 75 75 Q_UNUSED(m_hWaveOut);
Note:
See TracChangeset
for help on using the changeset viewer.