mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: make RbSettings a static class. (FS#10183 with improvements)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20890 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e63df19cb
commit
33d9cf091a
28 changed files with 395 additions and 444 deletions
|
|
@ -27,14 +27,13 @@
|
|||
#include "ui_createvoicefrm.h"
|
||||
#include "progressloggergui.h"
|
||||
#include "voicefile.h"
|
||||
#include "rbsettings.h"
|
||||
|
||||
|
||||
class CreateVoiceWindow : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CreateVoiceWindow(QWidget *parent);
|
||||
void setSettings(RbSettings* sett);
|
||||
void setProxy(QUrl proxy){m_proxy = proxy;}
|
||||
|
||||
public slots:
|
||||
|
|
@ -49,7 +48,6 @@ class CreateVoiceWindow : public QDialog
|
|||
VoiceFileCreator* voicecreator;
|
||||
Ui::CreateVoiceFrm ui;
|
||||
ProgressLoggerGui* logger;
|
||||
RbSettings* settings;
|
||||
QUrl m_proxy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue