when changing settings from the Talk and Voice window also update the main widgets settings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16668 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-03-14 18:27:39 +00:00
parent da6b43b25b
commit 77e036af7d
4 changed files with 14 additions and 7 deletions

View file

@ -38,6 +38,9 @@ class CreateVoiceWindow : public QDialog
public slots:
void accept(void);
void change(void);
void updateSettings(void);
signals:
void settingsUpdated(void);
private: