MinGW compilation fix

This commit is contained in:
Jakub Melka
2021-12-18 17:00:04 +01:00
parent f814a85df8
commit c75b8d677c
9 changed files with 41 additions and 5 deletions

View File

@ -413,6 +413,9 @@ void PDFTextToSpeech::onPlayClicked()
updatePlay();
break;
}
default:
break;
}
updateUI();