fixed tts playback in Qt5 (translator)

This commit is contained in:
Luis Ángel San Martín
2013-11-18 21:18:33 +01:00
parent 4006bf6e43
commit 1bb112a848
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,7 @@ class YACReaderBusyWidget;
#include <QUrl>
#if QT_VERSION >= 0x050000
class QMediaPlayer;
#else
#include<Phonon/MediaObject>
using namespace Phonon;
@ -51,7 +52,7 @@ protected:
private:
#if QT_VERSION >= 0x050000
QMediaPlayer *player;
#else
MediaObject * music;
#endif