mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Windows build without plugins
This commit is contained in:
@ -490,7 +490,7 @@ void PDFTextToSpeech::updatePlay()
|
||||
m_state = Ready;
|
||||
}
|
||||
}
|
||||
else if (state == QTextToSpeech::BackendError)
|
||||
else if (state == QTextToSpeech::Error)
|
||||
{
|
||||
m_state = Error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user