mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dfac61e89c
commit
05f24a1ec4
4 changed files with 20 additions and 15 deletions
|
|
@ -33,21 +33,17 @@ class CreateVoiceWindow : public QDialog
|
|||
public:
|
||||
CreateVoiceWindow(QWidget *parent = 0);
|
||||
void setSettings(RbSettings* sett);
|
||||
void setProxy(QUrl proxy){m_proxy = proxy;}
|
||||
|
||||
signals:
|
||||
void settingsUpdated(void);
|
||||
|
||||
|
||||
public slots:
|
||||
void accept(void);
|
||||
void change(void);
|
||||
void settingsUpdated(void);
|
||||
|
||||
private:
|
||||
VoiceFileCreator* voicecreator;
|
||||
Ui::CreateVoiceFrm ui;
|
||||
ProgressLoggerGui* logger;
|
||||
RbSettings* settings;
|
||||
QUrl m_proxy;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue