mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
815504b449
commit
f5c695b43f
6 changed files with 60 additions and 3 deletions
|
|
@ -36,8 +36,12 @@ class InstallTalkWindow : public QDialog
|
|||
void setUserSettings(QSettings*);
|
||||
void setDeviceSettings(QSettings*);
|
||||
|
||||
signals:
|
||||
void settingsUpdated(void);
|
||||
|
||||
public slots:
|
||||
void accept(void);
|
||||
void change(void);
|
||||
|
||||
private slots:
|
||||
void browseFolder(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue