mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
oops, removed a bit too much.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7727da19f
commit
b792c5577c
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class CreateVoiceWindow : public QDialog
|
|||
public:
|
||||
CreateVoiceWindow(QWidget *parent = 0);
|
||||
void setSettings(RbSettings* sett);
|
||||
void setProxy(QUrl proxy){m_proxy = proxy;}
|
||||
|
||||
public slots:
|
||||
void accept(void);
|
||||
|
|
@ -44,6 +45,7 @@ class CreateVoiceWindow : public QDialog
|
|||
Ui::CreateVoiceFrm ui;
|
||||
ProgressLoggerGui* logger;
|
||||
RbSettings* settings;
|
||||
QUrl m_proxy;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue