mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Fix TTS "waiting for engine" appearing randomly.
QProgressDialog shows / hides itself automatically based on the progress value set, so calling hide() directly doesn't prevent the dialog from showing itself. Change the logic to set a value instead. Fixes the progress dialog sometimes appearing in situations where it wasn't used at all. Change-Id: Ifef063f31b7f888bb74f180dea0679e81cc5c8fe
This commit is contained in:
parent
c21d10cb33
commit
ccdd9e6784
4 changed files with 24 additions and 24 deletions
|
|
@ -108,8 +108,7 @@ public:
|
|||
virtual void saveSettings() = 0;
|
||||
|
||||
signals:
|
||||
void busy(); // emit this if a operation takes time
|
||||
void busyEnd(); // emit this at the end of a busy section
|
||||
void busy(bool show); // emit this if a operation takes time
|
||||
|
||||
protected:
|
||||
//! Child class should fill in the setttingsList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue