diff options
-rw-r--r-- | navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp index fe88d6c04..f8f8339eb 100644 --- a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp +++ b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp @@ -81,8 +81,9 @@ void Qt5EspeakAudioOut::handleStateChanged(QAudio::State newState) { break; case QAudio::StoppedState: break; - case QAudio::InterruptedState: - break; +// Sailfish's QT version doesn't have this. Doesn't do anything either. +// case QAudio::InterruptedState: +// break; case QAudio::IdleState: /*remove all data that was already read*/ data->remove(0, buffer->pos()); |