Fixed QtMultimedia port, replaced QSoundEffect by QMediaPlayer as all codecs were not supported by first class.
This commit is contained in:
@@ -106,7 +106,8 @@ public:
|
||||
|
||||
unsigned long fileSize();
|
||||
#ifdef QT_CONFIG
|
||||
QSoundEffect effect;
|
||||
QMediaPlayer* effect;
|
||||
// QSoundEffect effect;
|
||||
void* mSample;
|
||||
#elif defined (PSP)
|
||||
WAVDATA *mSample;
|
||||
|
||||
Reference in New Issue
Block a user