Fixed QtMultimedia port, replaced QSoundEffect by QMediaPlayer as all codecs were not supported by first class.

This commit is contained in:
xawotihs
2014-08-02 17:12:19 +02:00
parent c3d810bd3b
commit ac5c14b977
2 changed files with 12 additions and 12 deletions

View File

@@ -106,7 +106,8 @@ public:
unsigned long fileSize();
#ifdef QT_CONFIG
QSoundEffect effect;
QMediaPlayer* effect;
// QSoundEffect effect;
void* mSample;
#elif defined (PSP)
WAVDATA *mSample;