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

@ -41,6 +41,9 @@ class InstallTalkWindow : public QDialog
private slots:
void browseFolder(void);
void setTalkFolder(QString folder);
void updateSettings(void);
signals:
void settingsUpdated(void);
private: