Save values set in voice window before calling configuration dialog.

This fixes the values set in the voice window getting overwritten with the
initial values when opening the configuration dialog from the window via the
"Change" button.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24963 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-28 11:06:49 +00:00
parent 942d7c6bcc
commit 0978b427ee
2 changed files with 21 additions and 13 deletions

View file

@ -40,6 +40,7 @@ class CreateVoiceWindow : public QDialog
void accept(void);
void change(void);
void updateSettings(void);
void saveSettings(void);
signals:
void settingsUpdated(void);